FULL WIDTH PRODUCT CARD HOVER
Here's how to add the code to the custom.css file in the code editor to ensure the correct hover state when the featured product section is using full width:
Open your Shopify Admin:
Go to
Online Store>Themes.Click on
Actions>Edit codefor the theme you are working on.
Locate the
custom.cssfile:In the
Assetsfolder, find and open thecustom.cssfile.
Add the following code:
Scroll to the bottom of the
custom.cssfile and paste the following code:
.product-item .card .product-item-img {
width: 100%;
}This will ensure that the hover state functions correctly when the featured product section is using the full width.
Save the changes:
After adding the code, click
Saveto apply the changes.

super large monitors
Last updated