Home New Guten Forums WoodMart support forum Show info before hover

Show info before hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68083

    moseny
    Participant

    Hi There,
    Can you please let us know if we can make the swatch visible on the grid before hover?

    NOTE : we can’t change to other grid styles cause we need the product name on the grid and only one style has that feature…

    Please check attached.
    Thanks

    #68095

    Artem Temos
    Keymaster

    Hi,

    Could you please reupload your screenshots in a size smaller than 512KB? Or upload it to some cloud service like Dropbox or Google Drive.

    Thank you in advance

    #68117

    moseny
    Participant

    Here you go Please check both links :

    https://cl.ly/t1hY
    https://cl.ly/t12p

    #68121

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .woodmart-hover-info .bottom-information {
        transform: none;
        -webkit-transform: none;
    }
    
    body .woodmart-hover-info .star-rating, 
    body .woodmart-hover-info .swatches-on-grid {
    	opacity: 1;
    }
    
    body .woodmart-hover-info .swatches-on-grid:empty {
    	display: none;
    }

    Kind Regards
    XTemos Studio

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