Custom CSS class for bullets
-
Hello
I added a custom CCS style to avoid showing bullets (ul, li) in certain places in my template: .post-element ul li { list-style-type: none; }
The problem now is that these bullets do not appear in forum posts unless you delete this code. What custom CCS code can I add to make these bullets appear in the forum?
I tried this, but it doesn’t work: .sp-item-list ul li { list-style-type: circle; }
- The topic ‘Custom CSS class for bullets’ is closed to new replies.