Home › Forums › Gillion Theme › Changing Simple Line Icon in menu
Home › Forums › Gillion Theme › Changing Simple Line Icon in menu
Hello,
could you tell me how to change this icon with dots:
http://prntscr.com/jmhnf7
To this one?
http://prntscr.com/jmhob8
Thanks!
Solution for this topic
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav li.menu-item-has-children > a:after, .sh-nav li.menu-item li.menu-item-has-children > a:after { content: "\e604" !important; }
Best regards,
Shufflehound team
Great, thanks!
You are always welcome here š