marc.debodt Participant
Topics: 10 Replies: 33 Total: 43
Member since: November 20, 2018
Hi Dave,
perhaps I wasn’t clear enough in denominating the different parts.
Diving into the html code I discovered how the different elements are called.
So I think I should have asked how to change the “service title”. I see options to change fonts, colors, etc. but can’t find the place where to change the service title itself from “Ons aanbod” into “Nieuwe Initiatieven”.
Kind regards,
Marc
Sonal S Sinha Moderator
Topics: 0 Replies: 31296 Total: 31296
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.toggleMenu { position:relative;}
.toggleMenu::after {
position: absolute;
top: 50%;
right: 15px;
content: "\f0c9";
font-family: fontAwesome;
font-size: 21px;
transform: translateY(-50%);
color:#54433A;
}
.toggle a { background:none !important;}
}
Regards,
Dave
Ruheene Jaura Participant
Topics: 13 Replies: 30 Total: 43
Member since: March 24, 2020
Thanks, although I was actually asking for help with styling the desktop version, not the mobile version 🙂 Anyway, I managed to figure it out and styled a few things- but the one thing I can’t seem to figure out is how to style the hamburger menu on a mobile screen. I changed the color of the ‘Menu’ text in the menu bar to #54433A, but the 3-line menu is still that light greyish color? How do I change that to match the ‘Menu’ text?
Screenshot:
https://imgur.com/kCFCWi8
Thanks!
Sonal S Sinha Moderator
Topics: 0 Replies: 31296 Total: 31296
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.contact-layout1-right a {
color: #282828;
}
Regards,
Brad
having issues finding where to change the background color of the pages/posts in my gym pro theme
nahumpfrancis Participant
Topics: 31 Replies: 67 Total: 98
Member since: August 30, 2018
Hey,
I’m not sure about the link since I’m just a participant. However try changing Default Anchor Color and Default Anchor Hover Color from Customize -> Basic -> Color Options
Let me know if it helps
Hi,
I managed to change the details in the contact info shown on the book an appointment form.
I can’t change the colour (in green now) of the email address and the website URL.
Sonal S Sinha Moderator
Topics: 0 Replies: 31296 Total: 31296
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.wpcf7-text, .wpcf7-textarea { color:#000 !important;}
Regards,
Chris
Sonal S Sinha Moderator
Topics: 0 Replies: 31296 Total: 31296
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.wpcf7-form label {
color: #f00;
}
.wpcf7-text, .wpcf7-textarea { background: rgba(0,0,0,0.08) !important;}
Regards,
Chris
Sonal S Sinha Moderator
Topics: 0 Replies: 31296 Total: 31296
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.slide-description-area { background-color:transparent !important;}
Regards,
Chris
Sonal S Sinha Moderator
Topics: 0 Replies: 31296 Total: 31296
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.slide-title-area { background-color:transparent !important;}
Regards,
Chris
Hi,
Great, much appreciated.
I have another question :
– How can I hide the “Slide Description Background Color” on the slider?
Thanks.
Hi,
I would also like to know where can I change the following :
1. The menu background color and the main background color?
2. The hovering color of the menu items?
The website link is : https://skurweberg.co.za/demo1
Thanks.
Sonal S Sinha Moderator
Topics: 0 Replies: 31296 Total: 31296
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.video-box .elementor-custom-embed-play, .team-thumb:hover, .sec1-box:hover {background-color: #0049d1;}
.sec1-box.odd { border-top: 5px solid #0049d1;}
.sec1-box.even { border-bottom: 5px solid #0049d1;}
Regards,
Chris
Sonal S Sinha Moderator
Topics: 0 Replies: 31296 Total: 31296
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#footer .footercols4 h3::after {
background-color: #404040;
width: 100%;
}
If you want to change footer title font family>
Kindly go to Appearance >> Customize >> Basic
See screenshot below:
https://imgur.com/a/iy3qkoY
Regards,
Dave