Home Forums Basel support forum Update colour of 'base' hover on product

Update colour of 'base' hover on product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4044

    tmoods
    Participant

    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

    #4054

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)