Home Forums WoodMart support forum Change color price

Change color price

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #276399

    rodrigo17r
    Participant

    Hola, quiero cambiar el color del precio en oferta. Ejemplo: precio normal (negro), precio en oferta(rojo). Gracias.

    #276475

    Hello,

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

    del .amount {
        color: red;
    }
    
    body .price ins .amount {
        color: black;
    }

    Best Regards

    #276579

    rodrigo17r
    Participant

    Hola, gracias por tu respuesta.

    #276765

    Hello,

    You are Most Welcome.

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    del .amount {
        color: black;
    }
    body .price ins .amount {
        color: red;
    }

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)