Home Forums WoodMart support forum notice background color

notice background color

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

    TigoVape
    Participant

    Hello.

    How can I traslate this line and turn the call to action button to black color.

    Please look this image: https://i.imgur.com/YXTjKnP.png

    Thank you

    #214946

    Hello,

    You can translate 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

    The color of the notices can be changed in the Theme Settings > Styles and Colors > Notices.

    Best Regards

    #214951

    TigoVape
    Participant

    Thank you for your answer.

    Can you please tell me how can I change the color of the call to action button? I can change the color of the notices in the Theme Settings > Styles and Colors > Notices, but not the call to action button.

    Please look this capture:
    https://i.imgur.com/2k1r94M.png

    #215009

    Hello,

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

    .woocommerce-error li a{
    color:red;
    }

    Best Regards

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