Hi! i want to know how to change the opacity of sold out items. Im using Impulse Theme
-
In the left-hand sidebar, locate and click on the “Assets” folder.
-
Look for the file named
theme.scss.liquidand click on it to open the file editor. -
Scroll to the bottom of the file or to a section where you can add custom CSS code.
-
Add the following CSS code to change the opacity of sold-out items:
.grid-view-item.sold-out {
opacity: 0.5; /* Adjust the opacity value as desired */
}
It’s not working ![]()