digitalzoetrope 0 Report post Posted May 31, 2011 I've tried adding in a couple of lines of code into the Custom CSS and the changes do not seem to be working. I made edits in Firebug, where they worked and then copied them into the Custom CSS to no effect. Specifically, the lines of code are: ul.sf-menu ul li { width: 100%; background-color: #000000; } #sidebar-wrap { background-color: #f7f7f7; } I'm attempting to change the color of the drop down menu's background and the background color of the sidebar. My site is: www.digitalzoetrope.com I am using version 1.5. Any suggestions? Share this post Link to post Share on other sites
timlinson 3 Report post Posted May 31, 2011 Did you by chance put them inside the body{} tags? These rules should be on their own lines, not nested inside. Share this post Link to post Share on other sites
digitalzoetrope 0 Report post Posted May 31, 2011 Bingo. That was it. I had them bwlow: body{} Thanks! Share this post Link to post Share on other sites