How to remove Menu, Search icon and Cart from header - Showcase theme

Solved

How to remove Menu, Search icon and Cart from header - Showcase theme

Onlinetrap
Shopify Partner
81 0 10

Could someone help me remove the menu, search icon and cart from my header. This is the Showcase 5.0.2 theme. 

Here is the store: https://glowup-no.myshopify.com/ 
Password: thaona

Please help, have to finish this page by tomorrow! Thanks in advance. 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3094

This is an accepted solution.

Hi @Onlinetrap ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
a.cart.nav-search,
a.cart.cart-icon--basket2,
.icon-menu{
    display: none !important;
}

</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 5 (5)

PageFly-Victor
Shopify Partner
7865 1785 3094

This is an accepted solution.

Hi @Onlinetrap ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
a.cart.nav-search,
a.cart.cart-icon--basket2,
.icon-menu{
    display: none !important;
}

</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

Onlinetrap
Shopify Partner
81 0 10

Amazing! Thank you very much, it worked 🙂

Onlinetrap
Shopify Partner
81 0 10

Just 1 more thing tho, if you click where the burger menu is supposed to be, there the menu still opens, is it any way to prevent this?

PageFly-Victor
Shopify Partner
7865 1785 3094

You can add this code below:

<style>
a.menu {
    height: 0px !important;
}
</style>
rebecca2727
Visitor
2 0 0

Hello. 
I didnt quite read the original query properly, I followed your directions to get rid of the cart icon, however I didn't mean to remove the menu or the search icon 😞
Do you by any chance know how I can get thise back? Or at the very least, the menu? I cant believe I didn't read it properly 🙈
Thank you in advance for any help. I too am working with the showcase theme 
Rebecca