Jump to content
Sign in to follow this  
njkalm

Getting rid of line underneath feature slider (iBlogPro)

Recommended Posts

njkalm

I'm having the darndest time trying to figure out how to get rid of a very subtle, but annoying line that appears underneath my feature slider. It's visible at test.promindcoaching.com (very thin gray line in the drop shadow area under the feature box) Playing around with firebug, it shows up in theme.css as: .hl, .hl2 { background: url("../images/hl-dot.gif") repeat-x scroll center top transparent; I can make it disappear in firebug, but can't figure out what to put in the custom css code; what should I put in to get rid of it? Thanks!

Share this post


Link to post
Share on other sites
ricardo

Noa, Your site is not loading. If you are sure it's those elements you can try this:

.hl, .hl2 { display: none; }

Ricardo

Share this post


Link to post
Share on other sites
njkalm

Gee, that's so odd. I swear I tried that before and it didn't work, but wouldn't you know it, I put that in the custom css and now the line is gone. Thanks, Ricardo! Noa

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  

×