https://www.sanjorgeecolodges.com/
The link above directs you to my website, where my menu displays bullets for all items that have submenus. Despite my efforts and thorough code review, including ensuring that list-style-type: none;
and text-decoration: none;
are active, the bullets are still appearing. Joomla 3.8.3
Thank you!
I attempted to remove the list bullets by adding list-style-type: none
and list-style-type: none !important
to all relevant ul classes and IDs. Additionally, I verified the CSS in my standard template. It appears that the user agent stylesheet is still enforcing this style. I’m unsure how to override it effectively.
ul { display: block; list-style-type: disc;}
Luis Alcivar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.