Home Forums WoodMart support forum Modificar estilos Reply To: Modificar estilos

#272022

Hello,

I saw the screenshot you attached.

The color of the dash works the same as the color of the price. But you have changed the color of the price span.

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.product-grid-item .price {
    color: #21ce99;
}

Best Regards.