Hello, I'm new to Liquid but have some basic knowledge of web design.
This is what I'm trying to accomplish on my store:
1) I'm trying to remove the entire Sort By under Collections. So far I looked in the collection-template.liquid but the entire thing related to Sort By is "if" and "else" and I'm not sure what I should remove/ edit if I want to simply delete the entire Sort By section.
2) On my Index page, I want the text to be aligned as "justify", not "center" which is the default. I can't find in the SCSS where I could actually change this.
thank you.
Solved! Go to the solution
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
@KetanKumar thank you.
https://printedgiftbox.com/ - trying to align the text as "justify", can't find the parameter in SCSS.
https://printedgiftbox.com/collections/spiritual-mindfulness-mysticism This is one of the 4 Collections, I want the "Sort By" gone (at least for now, so, I think, if I could find what to comment out, that probably would be the best).
Thank you.
Hi @DidiNYC
To justify the content, please add the following at the bottom of your theme.scss file
.bg-section .grid__item .rte { text-align: justify }
.filter-dropdown { display: none; }
Try and let me know if that works. Hope this helps.
This is an accepted solution.
Thanks for more details
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.featured-content-section .rte {text-align: justify;}
.collection-filters {display: none;}
it's my pleasure to help us
User | Count |
---|---|
428 | |
197 | |
148 | |
57 | |
44 |