Unable To Remove "down Arrow" From - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Unable To Remove "down Arrow" From

RC

Richard Chick

Helix Framework 4 months ago

I have added this css to the Custom Code section of Helix Ultimate to remove navigation symbols from the child elements of the main menu but I'm unable to remove the symbols from the top parent level at the top of each published page.

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

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #195643

Hi Richard,

You need also that

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {display: none;}

remember to clear Joomla cache after using it.

0