This topic has 5 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Hi
I get popup when adding item to basket, Cool feature, BUT,
where can i change the colors/style of the buttons ?
Hello,
You need add this code in custom.css file:
.emodal .emodal-text .btn {
background-color: red;
color: black;
}
.btn.filled.active {
background-color: red;
color: black;
}
Add your color values for text color and background color.
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Thank you.
I created the custom CSS, but how many places or different styles must i change to change all the buttons in the theme ? Is there an easy overview of the styles to buttons ?
Hello,
For other buttons you can use this code:
.btn {
background-color: red;
color: black;
}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up