ENFOLD Theme: How do I hide Meta Menu Borders and Separator Lines

Good Day,

Close to having this project wrapped up and am not a CSS expert. Could someone take a peek at this screenshot: http://files.serrys.com/c6a933

I'm trying to hide the vertical and horizontal separator lines found on the Meta menu rectangle at the top of the site. Need to hide the lines in transparency state and when user scrolls.

Thank you for the help!

Brett

  • Ohidul Islam
    • Bug hunter

    Hey Brett,

    Thank you for coming to our support, hope you are doing well today!

    I have write down couple of lines CSS codes to fix this issue for you.

    #top .av_header_transparency #header_meta {
    border-bottom: 0px solid transparent !important;
    }
    #top .social_bookmarks li{
    border-right-width: 0 !important;
    }
    #top .av_header_transparency #header_meta li {
    border-color: transparent !important;
    }

    Would you please navigate to Appearance > Customize > Additional CSS box and paste the CSS codes above and see if it works?

    Please let me know if it fixes the issue and if you have any questions.

    Best regards,

    Ohid