Hi,
I have two questions:
1. I want to change background color of “Warenkorb anzeigen” Button and the darker green button included “Warenkorb anzeigen” from green to red
2. How can i change type size and color of font of the sidebar?
How can i realize that? thanks and best regards
Hi mczappa,
Could you link to pages where we can see the elements in question please?
Thanks,
Rikard
Hi Ricard, please look screenshots below. thanks. best regards
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div.woocommerce-message {
border-color: red;
background-color: red;
color: white;
}
Regards,
Yigit
Hi Yigit,
it works! thanks!! But now I have a new question about this :-)
There are two different red colours. The button red color is great, but how can i change the bachground red color?
Please look screenshot :-) thanks
Hey!
Button has a transparent background color so it would take the background color of the box. You can add following code to Quick CSS as well to change the background color of the button
#top div.woocommerce-message a.button {
background-color: orange;
}
and use the previous code i posted to change the background color of the box :)
Regards,
Yigit
Hi Yigit,
now it`s perfect. THANKS!!!
best regards