Home Forums Basel support forum PRECIOS

PRECIOS

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #418492

    mario2020
    Participant

    Hola!
    Cómo puedo poner los precios normales en color negro y los de descuento en color rojo?

    #419117

    Hello,

    It is possible to do this with custom CSS. Please provide the page URL we will give the custom code.

    Best Regards

    #419377

    mario2020
    Participant

    Hola Listo , t emande el link de mi web

    #419458

    mario2020
    Participant

    Hola !

    Cómo puedo cambiar de color la barra de envio gratis al color que yo quiera y forma redondeada??

    Saludos

    Attachments:
    You must be logged in to view attached files.
    #419704

    Hello,

    Do you mean the icon? The icon cannot be changed. The white background would not reflect the round background.

    If you have any questions please feel free to contact us.

    Best Regards

    #419709

    mario2020
    Participant

    no, me refiero a que el precio normal este en color negro y cuando este en descuento cambie a color rojo. adjunto un ejemplo de otra página

    Attachments:
    You must be logged in to view attached files.
    #420280

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .price ins > .amount{
    color:red;
    }
    body .price del>.amount {
        color: #000000;
    }

    Best Regards

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