Hello,
We added this piece of code:
.content li:before {
content: “•”;
color: rgb(255, 148, 8);
display: inline-block;
width: 1em;
margin-left: -1em
}
On this site: https://zoomsystems2018.com/how-it-works/
So the list under ZoomShop R1 and Custom Shops can orange circles for bullet points.
The problem is that it also adds these floating bullets to the featured list near the bottom of the page.
How can we remove bullets from the featured list?

