Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206097

    I’m using the Header Variation:

    “Header with Social Icons and Bottom Navigation”

    and I’m looking for the CSS file to remove the vertical borders from the menu. Since it’s a header variation I thought it would be in the

    wp-content -> themes -> enfold -> framework -> css
    or
    wp-content -> uploads -> dynamic_avia -> enfold.css

    but I can’t seem to find the correct location

    site: http://www.livelight.co

    #206100

    Hi LiveLightCo!

    Please use this on your custom.css or Quick CSS:

    .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
    border: none;
    }
    
    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none;
    }

    Regards,
    Ismael

    #206103

    Hi Ismael,

    Thanks so much….

    #206124

    Hey!

    Glad it worked. :)

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS for Main Nav’ is closed to new replies.