Menu

Posted in: Newspaper
Post count: 33

Hey,
How to remove the drop down arrow icon from main menu.

thankyou

Post count: 20688

Hi,

If you mean these arrows
https://www.screencast.com/t/z7ZAW1uy
You could remove them with a code like this if that is what you want
https://www.screencast.com/t/rsZ2jtkZXPz

.td-header-main-menu ul.sf-js-enabled>li>a>i.td-icon-menu-down:before {
display: none;
}

Thanks

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