Hi,
Is there a simple way for me to change the default font color that is used in a lot of the ‘content elements’ and sidebars. I find that the light grey – as seen in the icon list here: http://frs102.net/documents/ is too light
It is used quite a lot and was hoping there was a quick way to change it all.
Thanks,
David
Hi David,
For the icon list text you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.main_color .iconlist_content {
color: #919191;
}
Replace the color code with your choice of color. It isn’t a global color but if you have other sections with the same and want to change them just point them out and we’ll provide the specific css needed.
Regards,
Devin