How to remove topmenu arrow

Posted in: Newspaper
Post count: 42

hi

after setup our blog using newspaper7, we setup our menu but we want to remove the arrow, this arrow shown if the menu has child menu, please see screenshot here : http://i.imgur.com/zrFg5OS.png?1

how we can remove that arrow ?

thanks

Post count: 22421

hi,
There is no setting for this in the theme panel, but you can remove it with a bit of css. Please ad this code in the theme panel->custom css section:

.sf-menu .td-icon-menu-down{
display:none!important;
}

Thank you!

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