Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #755090

    Hi
    Can you tell me how to disable or hide the separators on the Fullwidth Submenu?
    I don’t see any options for that in the element, and can’t find the right css target.

    thanks for your help
    again
    Nancy

    #755095

    Hey Munford,

    The separators can be disabled from Enfold > Header > Header Layout > Separator between menu items

    Let us know if you have more questions.

    Best regards,
    Vinay

    #755098

    yes, but that doesn’t seem to affect the fullwidth submenu…

    #755107

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-subnav-menu li a {
        border: none;
    }
    

    Best regards,
    Yigit

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