How to get rid of category landing section?

How to get rid of category landing section?

ym1999
Excursionist
23 1 4

How can I get rid of the category boxes in this category landing section on the home page, and just replace it with the normal products grid that is there by default on shopify stores? Store name is et-tani.com and appreciate all help.

 

ym1999_0-1710692255141.png

 

Replies 9 (9)

ThePrimeWeb
Shopify Partner
2139 616 515

Hey @ym1999,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.category-box {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1710693324718.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
ym1999
Excursionist
23 1 4

thanks - doesn't seem to work! any thoughts?

ThePrimeWeb
Shopify Partner
2139 616 515

Hey @ym1999,

 

I don't see the code added to your site, how did you add it? Can you share a screenshot?

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
ym1999
Excursionist
23 1 4

Sure:

 

ym1999_0-1711126288212.png

 

It's implemented now, but just seems to remove the border/box colouring. I'm looking to get rid of the actual section entirely and just get the default products back (as it normally is on a shopify store)

ThePrimeWeb
Shopify Partner
2139 616 515

If you want to remove the entire section, can't you do it in the theme customizer?

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
ym1999
Excursionist
23 1 4

Yes, but I would like to bring back the products section which was originally in its place, do you have any idea how that could be done? 

ThePrimeWeb
Shopify Partner
2139 616 515

Just click Add section and add the correct section again.

ThePrimeWeb_0-1711209017372.png

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
ym1999
Excursionist
23 1 4

yeah but the only section that you can add is “featured product” and not the product card grid which has all the existing products

ym1999
Excursionist
23 1 4
yes but i don't know how to get the default products back, would you have
any idea?