Shopify themes, liquid, logos, and UX
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 🙂
Solved! Go to the solution
This is an accepted solution.
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!
This is an accepted solution.
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!
Worked perfectly 🙂 Thank you!!
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024