I changed the background-color of woocommerce-buttons successfull with #top button … . But how can I do do it for woocommerce-messages?
APeschke
Hey APeschke,
Where can we see the element in question and how exactly do you want to change them?
Best regards,
Rikard
Sorry. A long time went by. In my holidays I was offline. Here is an example of the woocommerce-message I mean:
Best regards Annett
Hi Annett,
Thanks for that, though I’m not sure which of the texts you want to change?
Best regards,
Rikard
Sorry the message appears only adding a product to the basket. Here a screen cutout:
cutout message
I mean the light green background and the button “warenkorb anzeigen”
Best regards
Annett
Hi Annett,
Thanks for the clarification. This is CSS which you can use to control that area:
#top div.woocommerce-message {
border-color: #8baf5b;
background-color: #e0f1b5;
color: #4f5f39;
}
Change the background-color value in order to control the background.
Best regards,
Rikard
Thank you very much! It works ;)
Annett
Hi Annett,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Thank you once more! we can close the topic.
Kindest regards
Annett