I am trying to remove the thin white border around the sub-menu and cannot figure out what classes/id’s to target.
http://s24.postimg.org/nlg0fvqud/Online_Press_Kit_Thinkgate.jpg
I have a set border-top-color: rgba(255, 255, 255, 0.76) !important;
to this class .header_color .main_menu ul:first-child >li > ul
(this is what I want to keep)
I have tried to set border-left
border-right
and border-bottom
to none;
to the class above but it doesn’t seem to work.
Any ideas? I’ve tried to target almost every class I’ve seen through inspect element, but just cannot seem to find it.
Thanks guys!