Use EasyStore as catalog / content base website (2022 themes)
In this article:
- Remove login icon
- Hide top bar Cart icon
- Remove top bar “Cart” word
- Remove Add to cart button on Product page
- Remove Add to cart button for Homepage Featured product section
- Remove Quantity selector on product page
- Remove Quantity selector on Homepage Featured product section
1. Remove Login icon
You can go to Admin Panel > Channel > Online Store > Theme > Edit source > Find the header.liquid > Search for {% if shop.customer_accounts_enabled %}
> Remove the highlighted code > Save (in total 3 sections will need to be removed)
1st Section
2nd Section
3rd Section
2. Hide top bar Cart icon
Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find header.liquid > look for icon-cart
> replace <icon-cart> with <class= "icon-cart-- hide">
Save
3. Remove top bar “Cart” word
Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find header.liquid > look for header__icon--cart
> Remove the highlighted code > Save
4. Remove Add to Cart button on Product page
Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find main-product.liquid > look for {% app_snippet 'product/field_bottom' %}
> Remove the highlighted code > Save
5. Remove add to cart button for Homepage Featured product section
Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find featured-product.liquid > look for <div class="product-form__buttons">
> Remove the highlighted code > Save
6. Remove Quantity selection button on product page
Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find main-product.liquid > look for <!-- quantity_selector -->
> Remove the highlighted code > Save
7. Remove Quantity selection button Homepage Featured product section
Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find featured-product.liquid > look for <!-- quantity_selector -->
> Remove the highlighted code > Save
Updated on: 23/10/2023
Thank you!