I can't find this element
-
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.
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
Text should be ok. I need to change the color background.
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
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?
Hello,
Please provide your site admin access and page URL
Best Regards
I am sorry dear but I am working in local.
Hello,
Please let me know on which page it appears and in what case?
Best Regrds
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”
Hello,
Replace the code with this one:
.woocommerce-error,
.woocommerce-message,
.woocommerce-info{
background-color: #459647;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards