Remove Arrow Down and Space from menu

Posted in: Newspaper
Post count: 40

We want to remove de Arrow down an his space from the menu?? how can we do it

Post count: 23312

Hello masc,

If you want to disable those arrows from the main menu, you have to use a bit of CSS code to hide it. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-icon-menu-down {
display:none;
}
.sf-menu a.sf-with-ul {
padding-right: 20px;
}

Hope this helps!

Thank you for the message!

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