Tagged: bullet list
Hallo,
wie kann ich über quick css der Bullet List sagen, dass sie zwar fette Bullets aber für den Text den Default Font verwenden soll? Danke im Voraus.
Viele Grüße
Werner
Hi Werner!
Thank you for using Enfold.
I’m not sure if I understand the inquiry correctly but if you want to change the bullet points of the list element, add this on Quick CSS:
ul.disc, .entry-content-wrapper ul {
list-style: square outside;
}
Refer to this link for more list styles option: http://www.w3schools.com/cssref/pr_list-style-type.asp
Cheers!
Ismael
Hi Ismael,
thank you for your answer. No, I dont want to change the bullet points into square. I need to change the font in the bullet list into the default font. As it looks like the default font of my website.
Cheers!
Werner