If you would like to set specific color for one section, please do the following steps:
click on Section options and create Custom Class/ID for that section (use class if you would like to use this color in other section; use ID if you will use this color in only one section)
create proper Custom CSS Code with the color of your choice
/*Example*/
#myCustomID{
color: red!important;
}
and put it in Custom | CSS section (it is placed in the bottom of Page Options)
If there will be some items that will not change their color, then you will have to create Custom CSS Code for them too.
Please, go to Betheme -> Theme options -> Custom CSS & JS -> CSS, and there you will find one Custom CSS Code without closing bracket. Please, close it.
But this will change only the color for description.
To affect it to the whole section, please, try the following Custom CSS Code.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
Hello,
If you would like to set specific color for one section, please do the following steps:
/*Example*/ #myCustomID{ color: red!important; }If there will be some items that will not change their color, then you will have to create Custom CSS Code for them too.
Thanks
Hi
Link to test/build
http://www.southbynorth.co.uk/fs1/?preview_id=2327&preview_nonce=a5773e0d88&preview=true
We're trying to change the font colour in the OurTeam section to white. Followed those instructions but nothing is changing.
:)
Sorry, but the link you sent is not working.
Can you send it again, please?
Thanks
?
Please, go to Betheme -> Theme options -> Custom CSS & JS -> CSS, and there you will find one Custom CSS Code without closing bracket. Please, close it.
But this will change only the color for description.
To affect it to the whole section, please, try the following Custom CSS Code.
#oneCustomID, #oneCustomID h1, #oneCustomID h4, #oneCustomID p{ color: white!important; }Thanks
Hi
Thank you for that. Worked great. I couldn't see the missing bracket as the cause. ?
?