I am new to Salient and getting on very well but just have a query. I have inserted tabs on one page and managed to change the background color to purple because this is the color coding of that part of the site. However, I need to change the font color to white instead of the default grey.
I have tried putting the following into the custom css but to no avail, except being able to change the background color.
.tabbed > ul li a { background-color: #504696 !important; font-color: #ffffff !important; }
I hope you are having an awesome day and thanks for contacting us regarding your query.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
Hi there,
I am new to Salient and getting on very well but just have a query. I have inserted tabs on one page and managed to change the background color to purple because this is the color coding of that part of the site. However, I need to change the font color to white instead of the default grey.
I have tried putting the following into the custom css but to no avail, except being able to change the background color.
.tabbed > ul li a {
background-color: #504696 !important;
font-color: #ffffff !important;
}
Any help would be greatly appreciated.
Thanks,
Lee
Hi there,
I hope you are having an awesome day and thanks for contacting us regarding your query.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
I hope this helps
Cheers!
Thanks Andrew,
That has worked perfectly.
Lee