Reset bullets to HTML defult

mbusheycfrpc
9 Posts
mbusheycfrpc posted this 27 May 2016

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.
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 30 May 2016

Hi,

You can set No Image for the Bullet list >> Icon under the Design >> More Styles. Then you can add a code that will enable the default disc list icon for all lists. Like this: ul li {list-style-type:disc;}
What issues do you have with the numbered lists?

Sincerely,
Hella

Hi, You can set No Image for the Bullet list >> Icon under the Design >> More Styles. Then you can add a code that will enable the default disc list icon for all lists. Like this: `ul li {list-style-type:disc;}` What issues do you have with the numbered lists? Sincerely, Hella
You must log in or register to leave comments