
I have a lot of problems with the bullets in Themler. Since they are not actually bullets, rather content inserted before the li they show up in all sorts of random places. I have had to go into my code and turn them off for each individual plugin and it takes so much time to do this one at a time.
Ex:
.sprocket-mosaic li:before, .content-links li:before
{ content:none!important; }
Then there is also the spacing issues that come up if bullets are not styled to have correct -padding and -margins which have to be done manually. I sometimes have the text running to the left of the bullet image and sometimes the bullets cover content it is supposed to be sitting next to.
I would like to know if there is a way to reset the bullets to normal html default bullets (disc) that act and behave as they usually do on a plain HTML site without styles. I do not need pretty arrows or symbols. I need a simple disc but that seems very hard to achieve. I have actually completely turned all bullets off for most of my sites to try and fix this issue. However, the default bullets would be nice as they help people identify lists. I would also like to do the same thing for the ordered lists as they have their own set of issues.
Thank you in advance for all of your help.
I have a lot of problems with the bullets in Themler. Since they are not actually bullets, rather content inserted before the li they show up in all sorts of random places. I have had to go into my code and turn them off for each individual plugin and it takes so much time to do this one at a time. Ex: .sprocket-mosaic li:before, .content-links li:before { content:none!important; } Then there is also the spacing issues that come up if bullets are not styled to have correct -padding and -margins which have to be done manually. I sometimes have the text running to the left of the bullet image and sometimes the bullets cover content it is supposed to be sitting next to. I would like to know if there is a way to reset the bullets to normal html default bullets (disc) that act and behave as they usually do on a plain HTML site without styles. I do not need pretty arrows or symbols. I need a simple disc but that seems very hard to achieve. I have actually completely turned all bullets off for most of my sites to try and fix this issue. However, the default bullets would be nice as they help people identify lists. I would also like to do the same thing for the ordered lists as they have their own set of issues. Thank you in advance for all of your help.