Home Forums Basel support forum cambiar de color

cambiar de color

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

    mario2020
    Participant

    hola

    1.-cómo puedo cambiar a color azul el texto y contorno punteado? (imagen 1)

    2-como puedo cambiar a color azul “ORDENAR POR” & “PRECIO” en el filtro de categorìas de producto, sin que afecte el color de los widgets del footer. (imagen 2)

    abajo dejo mi sitio web

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

    Hello,

    You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

    In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.

    Please provide the color you want to change for the border.

    Best Regards

    #420615

    mario2020
    Participant

    Hola
    Me refería a como puedo cambiar de color este texto que adjunto en la imagen y cuadro punteado a color azul? Es el aviso que aparece cuando alguien realiza un pedido exitoso
    Saludos

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

    Hello,

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

    body .woocommerce-thankyou-order-received {
        border: 2px dashed #7A9C59;
        color: #7A9C59;
    }

    You need to replace #7A9C59; with your color. If you want to change the border color, you need to replace #7A9C59; in border: 2px dashed #7A9C59;

    Best Regards

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