Hi,
Probably a really basic question… I am trying tto change the bullet point colour in my css file to match my theme colours…
I found in theme.css
.rte ul li::before {
position: absolute;
content: “”;
left: -18px;
top: 0.8em;
height: 5px;
width: 5px;
border-radius: 100%;
background: rgba(var(–text-color-rgb), 0.4);
}
I added to the bottom before the } -
color: #EB7909;
But unfortunately it doesnt seem to work - any help most appreciated.
many thanks
Mike