This topic has 2 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
Hi, how can i define background-size for product in Plumbing Homepage?
I want the background-size: contain (like you demo) but in my homepage background-size is in COVER. Where can i change that?
Thank you
Hello,
Please add this code in Custom css for page http://prntscr.com/m0h9fz
.mpc-wc-product .mpc-product__thumb:not(img) {
background-size: contain;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up