Colin Benefiel
asked 9 years ago

I am trying to get rid of the the grey box outline that is surrounding the Menu Bar. Is there a way to do this? See image below.

http://i.imgur.com/f7nSyFj.png

1 Answers
DominicStaff
answered 9 years ago

To remove the grey box outline that is surrounding the Menu Bar, you can add the following code to the style.css file:

.navbar .navbar-inner, #under-navigation {
  border: none;
}
.dw_top_15_hide.desktop .wrap-navigation, .navbar {
  border: none;
}

Note: If you still face there issue, you can send me your site for further checking.
Hope this helps !

colinbenefiel
replied 9 years ago

Worked perfectly — Thanks!

Powered by DW Question & Answer Pro