How to Change the color of bullets circles?

does anyone know how to change the color of the bullet circles in the sidebar in the Gourmand theme? *see image

You can change it easily by adding this CSS code in the Customizer > Additional CSS:

.popular-recipes ol li::before {
    color: #000000;
    border: 1px solid #cccccc;
}
1 Like

Thank you so much Pavel!