Update colour of 'base' hover on product
-
Hi there,
I’m using the ‘base’ option for my hover on product state. Is it possible to update the background colour of the base element from black to my primary colour?
https://www.dropbox.com/s/1i3661psvrrhitk/Screen%20Shot%202016-09-16%20at%209.03.47%20PM.png?dl=0
Cheers,
Todd
Hello,
Thank you for your question.
It is very easy to achieve with a simple CSS customization. Try to add the following code snippet to the Custom CSS section in Theme Settings and set your color there
.basel-hover-base .hover-mask {
background: rgba(255, 55,55,.8);
}
Regards