antonyw 0 Report post Posted May 19, 2012 Hello again, same old type of stuff i'm afraid. Please can anyone help me remove the white line from the bottom of the features. I tried using firebug but couldnt find the answer - thanks in advance Share this post Link to post Share on other sites
catrina 103 Report post Posted May 19, 2012 When using Firebug, you can inspect the feature slider and detect where the border is coming from and then use the selector in the CSS to get rid of that specific border. This is what I found using Firebug (please add it to Custom Code > Custom CSS): [code]div#feature-footer {border: none !important;}[/code] ^ The border is coming from the feature footer. 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
antonyw 0 Report post Posted May 19, 2012 fab.... thanks....again....i will try and take a slower more methodical look at firebug next time.... i really need a 1 page description of how and why these pages and the css etc works so i begin to 'get it' thanks again Share this post Link to post Share on other sites