How to remove bullet points from menu dropdown?! (Taiga theme)

I’m using Taiga (3.2) Mint for my Shopify store, and for the life of me I cannot figure out how to remove the bullet points that show up in front of the different categories of the secondary drop down menu.

My under construction website it moonryver.com, and an example of a website without bullet points using the same theme is almadalabel.com.

I should be able to edit the code, if any one is able to say which part of the code to edit and exactly what to change. Any help will be greatly appreciated!!


you can try to place this code on theme.liquid at end see if it helps.

Thank you for the idea, but I have pasted that into my theme.liquid file, and unfortunately that doesn’t seem to work - bullet points are still there : (

I will need to check your website is there any url?

My website is moonryver.com

An example of a Taiga website without menu bullet points is almadalabel.com


i had checked this code for almadalabel.com . your website does not open you can try with above code but it will be better if i could check your website as html can be different .

sorry, moonryver.com I mean

thanks for the help!


try with this :smiley:

1 Like

I just put

.submenu { list-style:none; list-style-type: none; }

at the end of my theme.liquid file too, but also doesn’t work

Oh wow, that worked - really appreciate it!

1 Like