alisamski+ 9 Report post Posted June 28, 2012 Geesh! 1-1/2 hours zeroing in on a little snippit of code... and for the life of me, cannot get this to work... Trying to get rid of a grey rule below the navigation... and firebug targets this... but it does not work in the custom CSS.. Any suggestions? Tried: .navigation_wrap { ? border-bottom: 0px !important; } and .navigation_wrap { ? ? border-color: 0px solid #FFFFFF; } Share this post Link to post Share on other sites
Jenny 33 Report post Posted June 28, 2012 That's because the border doesn't come from there. ;) It's coming from MegaMenu: http://i.imgur.com/z7zpE.png [img]http://i.imgur.com/z7zpE.png[/img] ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
alisamski+ 9 Report post Posted June 28, 2012 I have a border top and bottom on the mega... which I want... under the bottom border... there is a very light grey rule that goes with the nav container... Share this post Link to post Share on other sites
batman 389 Report post Posted June 28, 2012 Hi You can try [code].navigation_wrap {border-bottom: 0px solid transparent;}[/code] I hope you serve Life is too short to remove USB safely ... Share this post Link to post Share on other sites
alisamski+ 9 Report post Posted June 28, 2012 that did it!!! thank you... Share this post Link to post Share on other sites