Spotlight Theme: Remove arrows from collection list page?

Hi Everyone!

On my collections, by the title there is a arrow. How do I remove the arrow from all the collections? You can see what I mean by visiting my website. All collections titles have these arrows.

Website is www.PPFMerch.org Enter code abc123 to enter the site.

Thank you so much in advance :slightly_smiling_face:

1 Like

Hi @JSPENCER0203

check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

.collection-list span.icon-wrap {
    display: none;
}

And Save.

result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Worked perfectly :slightly_smiling_face: Thank you!!