Home Forums WoodMart support forum Show info before hover Reply To: Show info before hover

#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