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?
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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
- CSS Media Queries - https://goo.gl/L3ZHNg
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.