Hello!
Enfold is the best theme ever! But Ahh! How do I delete this white line on my page between the Menu items and Social Profiles? When I put in the Custom CSS:
.avia-menu {
border-right-width: 0px;
}
It actually delete the social profile icons.. not the line. I’m lost on this one.
Hey djhal3,
Try adding this css code:
.avia-menu.av_menu_icon_beside {
border-right: 0 !important;
}
Hope this helps :)
Best regards,
Nikko
Thank You! Worked like a charm. Best,
Dan