Home Forums WoodMart support forum I can't find this element

I can't find this element

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #91760

    edoberna
    Participant

    Hi dear,
    I am not able to find this element customization.
    It appears when you add a products on your cart or when you sign to our newsletter.
    Could someone help me please?

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

    Hello,

    What customization do you mean?

    If you want to change the text, you can 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

    Best Regards

    #91796

    edoberna
    Participant

    Text should be ok. I need to change the color background.

    #91845

    Hello,

    Add this code to the Theme settings > Custom CSS:

    .woocommerce-message {
        background-color: #459647;
    }

    This is the green color, replace the color for yours.

    Best Regards

    #91856

    edoberna
    Participant

    Thank you dear, there is also another message the bottom on the screen, I would like to customize all those message. Where I can find them?

    #91895

    Hello,

    Please provide your site admin access and page URL

    Best Regards

    #91945

    edoberna
    Participant

    I am sorry dear but I am working in local.

    #91956

    Hello,

    Please let me know on which page it appears and in what case?

    Best Regrds

    #91991

    edoberna
    Participant

    until now I notice it when:
    – adding a products to cart;
    – putting an invalid email address;
    – not filling a required field inside the forms;
    – general “something went wrong”

    #92038

    Hello,

    Replace the code with this one:

    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info{
    background-color: #459647;
    }

    Best Regards

    #92086

    edoberna
    Participant

    It works! Thanks a lot!

    #92109

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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