Can someone pls advise code to add hover image animation and hover title underlining to my recently viewed products section, to match the ‘you may also like’ products just above?
I’d also like to add the part number (sku) under the titles of the recently viewed products as well.
https://milkymotorsports.com/products/magnum-244-244-hydraulic-flat-cam-k-kit-for-ford-351c-351m-400m
If that’s an app generally check it’s app settings for customization settings.
If none the following is a CSS band-aid using custom-css setting
AkTopPin__product-content:hover .AkTopPin__product-content__Item-image__a {
transform: scale(1.03);
}
AkTopPin__product-content:hover .AkTopPin__product-content__item-detail__title {
text-decoration: underline;
}
The sku requires an advanced theme customization to try and inject skus into what the app is adding to the theme.
If you need this customization explored then contact me by mail for services, Contact info in signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
@PaulNewton is it possible to add shadow and slightly skew the images in the same manner as the ‘you may also like’ section?