How to remove the underline from Menu

Posted in: Newspaper
Post count: 20

Hi there,

My website is http://www.ourculturemag.com and I want to remove the underline from the menu when I hover over.

Any help? 🙂

Post count: 20

Anyone? 🙂

Post count: 22421

Hello,
You can add this css code in your theme panel-> custom css box to remove the underline:

.sf-menu > li > a:after{
display:none;
}

Thank you!

Post count: 20

Thank you so much!!!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.