Home Forums Space themes support forum Hide second image on hover

Hide second image on hover

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

    axvell@mail.ru
    Participant

    I want to use Product Design – icons of image alternative
    But don’t wan’t to use second image on hover
    How to disable second image on hover?

    #398769

    Luke Nielsen
    Keymaster

    Hello,

    The second image can be hidden via the below code, enter it into the “Desktop CSS ” area that is in Theme Settings -> Custom CSS.

    .xts-product .xts-product-thumb:hover .xts-product-hover-image {
        opacity: 0;
    }

    Thanks for your time and have a great day.

    Kind Regards

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