njkalm 0 Report post Posted May 18, 2011 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 0 Report post Posted May 18, 2011 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 0 Report post Posted May 18, 2011 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