Dear support-team,
first of all I would like to thank you for your service!
My Problem: I would like to have square bulletpoints in a text-list in a custom color.
I tried to to this with several CSS codes but either I get Bulletpoints all over my navigation e.g. in the main menu or nothing happened. Perhaps you could help me in this problem?
Thank you very much!
is there a link to see – it is easier to give advice then
Hi,
Thanks for the update. As far as I’m aware you can’t style the bullets colour individually from the text, you would have to use a background image for that: https://www.w3schools.com/css/css_list.asp
You can target the list in your content on the page your linked to using this CSS:
.bullets_intable ul {
//Your CSS goes here
}
Best regards,
Rikard
on former times that was a hard stuff to realize. – Because the list-style-image had a bad browser support but it seem that time has changed a bit:
https://caniuse.com/#search=list-style-image
Hello,
ok, the code worked fine. I used a small dot as a .png to solve the task.
Thank you very much!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon