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

    Hi,

    I was wondering how to delete the line on top of the navigation and on bottom -> not the smaller lines in between different menu options.

    I use the example with the left side navigation.

    Thanks

    #856816

    Hey sonderdesigner,

    Please try the following in Quick CSS under Enfold->General Styling:

    #avia-menu {
      border-color:transparent !important;
    }

    Best regards,
    Rikard

    #857336

    Hm,
    sorry – but it doesn’t work.

    Any other ideas?

    Thanks

    #857622

    Hi,

    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

    
    .html_header_sidebar .logo, 
    .html_header_sidebar #top #header_main  {
      border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #857857

    Hi Victoria,

    thanks so much – it works!!!

    #857998

    Hi sonderdesigner,

    Glad we could help :)

    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.