poshyarn Posted March 24, 2022 Posted March 24, 2022 Site URL: https://weareposhyarn.com/core-collection/purples Is there a way to hide the words View All/ above the products? I still want it on the category list on the left, just not directly above the product blocks. At the very least, can I remove the / from it?!
Jia Posted March 24, 2022 Posted March 24, 2022 5 minutes ago, poshyarn said: Site URL: https://weareposhyarn.com/core-collection/purples Is there a way to hide the words View All/ above the products? I still want it on the category list on the left, just not directly above the product blocks. At the very least, can I remove the / from it?! Hi, add this code to custom css (Design > Custom CSS): .nested-category-breadcrumb { display: none !important; } If you'd like to increase the space between the shop and text, just add this code as well and adjust the value (it's currently set to 5): .products.collection-content-wrapper { padding-top: 5vw; } Let me know how it goes 🙂 poshyarn 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio
poshyarn Posted March 24, 2022 Author Posted March 24, 2022 That is completely awesome, thank you so much!! Worked like a charm. Jia 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment