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
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
Hi Ismael,
Thanks so much….