Bullets showing up in navigation

Hi. I used CSS to change the color of bullets in a list on a page, but now the navigation menu has bullets showing up. How can I get rid of them?Screen Shot 2021-08-10 at 1.51.34 PM

Hi @Lorie,

Thank you for reaching out to us. You might have applied the CSS generically, you should have assigned a class to your list first and then using the class apply your CSS to avoid affecting the styles globally e.g:

.my-list li {
    /* Your CSS */
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.