Tagged: add to cart, enfold
Hello, I would like the Add to Cart and Show Details button to be different colors AND hover independently.
Thank you!
Hey revelbranding,
Thank you for using Enfold.
You can use this css code to change the color of those buttons.
#top .main_color .avia_cart_buttons .button.add_to_cart_button {
color: red;
}
#top .main_color .avia_cart_buttons .button.show_details_button {
color: blue;
}
You can add a hover state using the same set of selectors.
// https://www.w3schools.com/cssref/sel_hover.asp
Best regards,
Ismael