Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #319843

    I got some CSS code to remove all lines, both horizontal and vertical, from the main menu, but this CSS code do not work with the latest version of Enfold!?

    .av-main-nav > li > a, #header_main_alternate { border: none !important; }

    #319847

    Hey Effektid!

    Can you post the link to your website please? It does work fine on my local installation

    Best regards,
    Yigit

    #319868
    This reply has been marked as private.
    #319871

    Hey!

    Please add following code to Quick CSS as well

    #header_main { border: none !important; }

    Best regards,
    Yigit

    #319875

    Better, but there is still a line. But I guess it would be better a have some line to divide header from the main content. But if I would like to remove the line, would that be possible?

    #319879

    Hi!

    Yes, please use following code to remove it

    #main>.container_wrap {
    border-top: none;
    }

    Cheers!
    Yigit

    #319891

    Tack!

    #319895

    Hejsan

    Varsagod! :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove lines in menu?’ is closed to new replies.