Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #839270

    Hey guys,

    Can you please tell how to remove the white line above menu bar/below header photo and how to remove the separators between menu items? I’ve already clicked on no separator in the backend, that didn’t do anything.

    View post on imgur.com

    Thank you.

    Kind regards
    Aline

    #839283

    Hey Aline,

    Would you mind providing a precise link to your site, showing the elements in question?

    Best regards,
    Sarah

    #839326

    Sure, see private content below.
    The website is still offline.

    #839445

    Hi Aline,

    Please try this in Quick CSS:

    #top .av_header_border_disabled + .all_colors .av-subnav-menu > li > a { 
       border-left-width:0px;
    }

    Let us know if that helps!

    Best regards,
    Sarah

    #839759

    Thanks, it worked for the separators. Do you know how to get rid of that fine white line or rather where it comes from?

    Best regards,
    Aline

    #839881

    Hi Aline,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-submenu-container { border: none; }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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