This topic has 8 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp
The updated Blanco theme is installed and bullets – either manually entered into the code, or using the visual editor – is not enabling bullets to show up on the website. Please tell me what I am doing wrong.
Hello,
I’ve added the following code in custom.css:
#tabs li {
list-style: disc outside none;
}
Please check list style now.
Regards,
Eva Kemp.
Thank you
Hello,
You’re welcome.
Regards,
Eva Kemp.
Same bullet issue – new page.
http://dev.greatdisplaycompany.com/literature-racks-printable-brochures
The code for bullets is in the text editor but they don’t display. Also – all the text on the site (in the body) should be black and it is showing up gray. Thank you.
Hello,
Please add this code in custom.css:
ul {
list-style: disc outside none;
color: black;
}
Thank you.
Regards,
Eva Kemp.
Sorry to be picky, but this seems like really basic stuff. Here is the page:
http://dev.greatdisplaycompany.com/orders-and-billing/
The bullets don’t have an indent and need one.
Hello,
Please replace the previous code with this one:
ul {
list-style: disc inside none;
color: #000;
}
Regards,
Eva Kemp.
The issue related to '‘Bullets not displaying on product pages’' has been successfully resolved, and the topic is now closed for further responses