Yikes! Help me remove arrows from Stiletto APP PLEASE!!

Please tell me the code to remove the arrows from the featured collection in the Stiletto theme please. If you will tell me the code AND also where it needs to go (like screenshot - please) I’ve been at this for a while and very frustrated.

2 Likes

Hey @ChristineKStorc

Share your Store URL and Password if enabled.

Best Regards,

Moeed

Go to your theme => Customize, select this section and at the bottom of settings list there is a “Custom CSS”. Paste this code there:

.collection-item__icon {
  display: none;
}

before => after

If you’d rather make it global, there is a “Custom CSS” under “Theme settings”.