I can't find where to change the main nav text colour (can't see in appearance and can't find in css), and also the text color of the pagination text like "Page 1 of 6" bottom left of pages.
There is a table of contents at the top of the document that will point you to the correct styles. The body for example is near the top found here: 03. COMMONLY ADJUSTED STYLES
body { font-size:12px; line-height:20px; min-width:1000px; font-family:"Helvetica Neue", Helvetica, Arial, Sans-Serif; background:#e8e8e8 url(images/background.png) top left repeat; color:#919191; }
I made the following changes to the style.css file body {font-size:18px; line-height:20px; min-width:1000px; font-family:"Helvetica Neue", Helvetica, Arial, Sans-Serif; background:#e8e8e8 url(images/background.png) top left repeat; color:#000000;}
and nothing changed on my site. Any suggestions as to what I have done wrong?
hi mike, can changes to the font color, size, etc be made in the "Custom CSS" section of the "Tools" tab for the Broadside theme options? i've been trying yet so far unsuccessfully. thanks!
Yeah, you should be able to add any custom css to the options panel and it should work without problems. Feel free to post a link to your site after you've attempted changes and I'll check out what the problem is.
to save you time, i need to change the h5 font color globally and would rather do it in the custom CSS field to keep it easy when updating the theme down the road. do you have a sample css command line to do this? the site is adroam.tv. thanks!
The h5 color change in the custom CSS field worked great. I now want to change the h6 color but just for the sub nav in the header found here: http://adroam.tv/advertisers/. i thought i could do the same but can't seem to find the line of code that changes just the sub nav font color. I basically want the current page sub nav to be grey with the other sub nav items to be a different color. Is this possible and can you tell me which lines of code do this? thanks!