TUBER: Menu Item - Question | JoomShaper

TUBER: Menu Item

TH

Tilen Harc

Template 4 days ago

Hi guys! Sorry for all the topics and posts - it is me again :) I would like to change the + symbol to the "arrow down" symbol in the main menu - that has child elements. How do I do it? I checked with the inspector the css, found the line, but could not make it work. URL: https://www.lex-pixel.si/mi2new2026 Menu item: + AVDIO & VIDEO

THANKS!

0
2 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 4 days ago #221985

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after {
    content: "\f107" !important;
}

After applying the change, please make sure to clear both your Joomla cache and your browser cache to see the updated result.

0
TH
Tilen Harc
Accepted Answer
3 days ago #222069

Hi! Thank you, that worked perfectly :)

0