Carets In Menu Items And Sub-menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Carets In Menu Items And Sub-menu

DA

Dina Abramson

Template 2 years ago

Hi,

My client does not want the caret (>) showing in his menu items. He wants the menu to just drop down and display sub-menus. I removed the > from the menus About Us and the Contact, but on the Our Services menu, I have not been able to turn them off and that menu has 2 levels of menu items.

My worry is that if I turn them off in the off-canvas, the menu items will not display as the > is what makes the sub menu items appear.

Is there a way to remove the >'s but have all menu items display when the main menu is clicked, rather than using a > to display sub-menu items on full screen and off canvas.

https://awdtest2.com/images/remove_caret.png

Thanks.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #103769

Hi Dina,

I can help you only to hide ">" icon, but whole rest customization is on your hands only.

Example CSS Custom code that you can use:

 .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
  display: none; }
0