REMOVING CARET ON MENU ITEMS

Posted in: Newspaper
Post count: 2

I AM TRYING TO CHANGE THE CARET SYMBOL THAT APPEARS NEXT TO MENU ITEMS WITH A DROP DOWN MENU. CAN ANYONE ADVISE ON HOW?

Post count: 22421

Hi,

If you want to remove the arrow bottom, you can do it using this css code:
.sf-menu .td-icon-menu-down{
display:none;
}

Add the code in the theme panel->custom css box

Thank you!

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