Menu – How to remove the green line?

Posted in: Newspaper
Post count: 112

How do I remove the green line below KATEGORIER (categories)?

Take a look at http://hestezonen.dk

Thanks 🙂

Post count: 22421

Hello,

You can hide the highlight border with custom css:

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

Just add the code in the theme panel->custom css box.
result: http://screencast.com/t/8LMWwsNNtKdo

Thank you!

Post count: 112

Hi Bogdan,

Thanks 🙂

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