Hi,
I’ve tried many different CSS fixes, but no luck yet. After the latest update, there is now an underline on the button menu item on this site: http://manifestingbaby.com/mothers-30-day-fertility-journal/. How can I get rid of that?
Thanks!
Hey Taryn,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-menu-button > a .avia-menu-text:after {
display:none!important;
}
Best regards,
Vinay
Perfect – thanks!