I need to have from css 2 colors of bullets (list style)
Hey LuizBase,
If I understand correctly, you need 2 list style colors?
Which colors do you want and what classes do you need to be, that is I assume you will add classes to them to choose where they will go.
Can you link to the page they will be on so we can see the classes?
Best regards,
Mike
I modified the color that way:
ul {list-style: none !important;}
ul li:before {
position: relative;
top: 4px;
margin-right: 7px;
content: “\2022”;
font-size: 25px;
color: #FF7A6E;
line-height: 0;
text-align: left;
}
In certain places of the site I need the color orange, in some places I need the color black