Home › Forums › Gillion Theme › Remove 3 dots from drop down menu
Home › Forums › Gillion Theme › Remove 3 dots from drop down menu
Hello is there any way to completely remove the 3 dots from the drop down menu navigation? Also how can I learn to modify that section of the site on my own?
BTW this is my first premium theme I’ve ever purchased. Great job with this support website. Everything has been very smooth!
Hi @zenfiretrading,
I hope you are well today and thank you for your question.
You can remove it by using the CSS solution shared in the below topic.
Best regards,
Shufflehound team
Thank you but the code just changed my “3 dots” to an “arrow down”. I actually dont want anything to show
Also how do I remove the “read it later” icon off my header menu?
Could you please share me your site URL where it’s displaying so that I can help you?
The website isnt up. But here is a photo of before the CSS code and after. Also you can see the “read it later” icon that I cant figure out how to remove.
Solution for this topic
You can remove the dots 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 { display:none; }
Also, you can remove bookmark icon from the theme Blog settings as shown in the attached screenshot.
Awesome got everything sorted out!
You are most welcome here š