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

    How do I remove the faint white line between the menu and social icons in the header?

    #1091363

    Hey Team100,

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

    .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside {
        border-color: transparent;
    }

    Best regards,
    Rikard

    #1091685

    Sadly that code did not work.

    Please advise.

    #1091695

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1091710

    Yes, I tried that… How does it look on your end?

    #1091773

    Hi,

    Add this to quick css:

    #top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside {
        border-color: rgba(255,255,255,0)!important;
    }

    Best regards,
    Jordan Shannon

    #1092116

    Great, Thanks!

    #1092122

    Hi,

    I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Glassy Header remove line between menu and social icons’ is closed to new replies.