Removing log in section in banner

Solved

Removing log in section in banner

Sammy113
Tourist
10 0 6

Hey guys,

 

I want to remove the customer log in section at the top right next to the cart on my website. The mobile view doesnt seem to have it.

 

Shop: www.lucebeauty.com.au

 

Thanks Guys!

Accepted Solution (1)

devcoders
Shopify Partner
1306 153 373

This is an accepted solution.

Hello @Sammy113 
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

@media screen and (min-width: 750px) {
  .header__icon--account {
    display: none !important;
  }
}

 

devcoders_0-1744383055343.png

 



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 4 (4)

Bundler-Manuel
Astronaut
959 49 111

Hello Sammy @Sammy113  Follow the step by step process in this blog and let me know if it works for you https://help.debutify.com/en/articles/9973929-how-to-remove-the-login-option-from-the-header-of-your... 

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

devcoders
Shopify Partner
1306 153 373

This is an accepted solution.

Hello @Sammy113 
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

@media screen and (min-width: 750px) {
  .header__icon--account {
    display: none !important;
  }
}

 

devcoders_0-1744383055343.png

 



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Sammy113
Tourist
10 0 6

thank you, this worked!

devcoders
Shopify Partner
1306 153 373

Hello @Sammy113 

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!