sgodar 0 Report post Posted June 5, 2011 I have no clue what I'm doing wrong... Or if I'm just not seeing it... I NEED to change the color of the active and inactive navigation background. I want the active to be white and the inactive to be the color of the current active... Also the footer background turned BLACK on me and I can't for the life of me figure out how to change the footer background color either!! Full-width design w/ Canvas right?!?!? Website: http://www.careydanis.com Thank you for any help!! Please! Lol! Scott G. Share this post Link to post Share on other sites
catrina 103 Report post Posted June 5, 2011 I NEED to change the color of the active and inactive navigation background. I want the active to be white and the inactive to be the color of the current active... You can use CSS code (added to Custom Code > CSS Rules or your base.css file): ul#menu-nav li.page_item {background-color: #COLORINACTIVEBACKGROUND;} ul#menu-nav li.current_page_item {background-color: #COLORFORACTIVEBACKGROUND;} Add the hex codes for your colors. Also the footer background turned BLACK on me Add this CSS, too: #footer {background-color: #COLOR;} 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
sgodar 0 Report post Posted June 5, 2011 Catrina, You are the sh*t! Lol! You have helped me with all of my questions! THANK YOU! Scott G. Share this post Link to post Share on other sites