Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #247650

    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!

    • This topic was modified 10 years, 7 months ago by Thinkgate.
    #247819

    Hi murphy88!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .av-main-nav ul a { border: none!important; }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.