Hi there,
I am new to css, so thanks a lot in advance for any help. I managed to get custom bullet points to my squarespace site which is great. However, I need to have different bullet point styles on different sites. Right now, the newly added custom bullet points appear in any new list. How could I solve this issue? This is the css code im using right now for the general bullets.
/* custom bullets */
ul[data-rte-list] li>*:first-child::before {
content: "☑" !important;
font-weight: 900 !important;
font-size: 2rem !important;
}
On certain sites I would want to have this custom bullet instead: "✗"
Thanks in advance for any help!
Sebastian