I have a navigation menu, footer, and a slideshow which use listed style to list links and images. I have the css list-style:none; set to hide the bullets next to the links and images in the nav and footer but I want to show the bullets for list normal text.
How can I do this?
The example bellow explains how to remove bullets using a css style class.
You can use , similar to css class, by identifier (#id), by parent tag, etc.
The same way you can use to define a css to remove bullets from the page footer.
I’ve used this site as a starting point.