How to change the opacity of sold out items?

Hi! i want to know how to change the opacity of sold out items. Im using Impulse Theme

  1. In the left-hand sidebar, locate and click on the “Assets” folder.

  2. Look for the file named theme.scss.liquid and click on it to open the file editor.

  3. Scroll to the bottom of the file or to a section where you can add custom CSS code.

  4. 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 :disappointed_face: