Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1109300

    Hi

    I am trying to remove the grey border line that runs the full width underneath the main menu:

    Is there a way to remove that line please?

    Thanks

    #1109312

    this is not a border – it is a box-shadow:

    .av_minimal_header_shadow {
        box-shadow: none !important
    }

    but maybe you decide to have it on scrolled state – then only use this in your quick css:

    .av_minimal_header_shadow:not(.header-scrolled) {
        box-shadow: none !important;
    }
    #1109392

    Hi,

    Thanks for helping out @guenni007, did you try that out @jscarlett?

    Best regards,
    Rikard

    #1113572

    Thank you that worked!

    #1113775

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove thin grey border line underneath main menu’ is closed to new replies.