peterdeltondomecom 0 Report post Posted December 31, 2010 Tried reading through other topics here, found some relevant but none of the code I tried seemed to do the trick. website is www.peterdeltondo.com, trying to change the font color in the nav menu bar to #FF6600. Not overly familiar with CSS code, but explored around in the theme.css file without any luck. Using iBlogPro4 Share this post Link to post Share on other sites
catrina 103 Report post Posted December 31, 2010 Open the color_blue.css file located in the css folder within the pro folder (since your theme uses the blue option) and find this code: #nav ul li a{ text-shadow: #000 0px -1px 0px; color: #fff; } Replace fff with ff6600. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
peterdeltondomecom 0 Report post Posted December 31, 2010 I'll give that a go right now. Makes sense to be under the blue file. Had a feeling I was in the wrong file. I'll report back if it works. Thanks for the quick response Catrina. Share this post Link to post Share on other sites
peterdeltondomecom 0 Report post Posted December 31, 2010 Worked like a charm. Thanks again. Share this post Link to post Share on other sites