Home › Forums › Gillion Theme › Removing 3 dots on menu when there's dropdown
Home › Forums › Gillion Theme › Removing 3 dots on menu when there's dropdown
Solution for this topic
Hi @test2,
I hope you are well today and 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"; margin-left: 5px; }
Best regards,
Shufflehound team
Attached URL for your viewing.
The shared CSS code is not working because you are using older version of theme on your shared site so please update the theme to the following latest version.
Please login to access this file
Yes it works now! Thank you so much!
You are most welcome here š