Jump to content
Sign in to follow this  
digitalzoetrope

Custom CSS doesn't seem to be working

Recommended Posts

digitalzoetrope

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

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

Bingo. That was it. I had them bwlow: body{} Thanks!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×