poshyarn Posted March 24, 2022 Share 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?! Link to comment
Jia Posted March 24, 2022 Share 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 www.sevenstars.studiowww.instagram.com/sevenstars.studio Link to comment
poshyarn Posted March 24, 2022 Author Share Posted March 24, 2022 That is completely awesome, thank you so much!! Worked like a charm. Jia 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment