Can I remove the customer login icon from my website?

Solved

Can I remove the customer login icon from my website?

lisatrendy
Excursionist
47 0 10

Hi there! 

Is it possible to remove the login icon on my website www.nichollsjewellery.com ? 

The reason i would like to do this is because having too many icons on the header is making my logo very very small on mobile view! 

Also, is there a way of making the text "FREE UK POSTAGE FOR ORDERS OVER £20" ? 

Thank you so much! 

Lisa

Nicholls Jewellery

Accepted Solution (1)

oscprofessional
Shopify Partner
16343 2438 3177

This is an accepted solution.

Hello @lisatrendy 

For remove the login icon on your website following code used for this

Add this css at the bottom of

Online Store->Theme->Edit code->Assets->theme.scss.liquid

#swym-inject-header {
	display: block !important;
}
.site-header__icon.site-header__account {
	display: none;
}

Hope this will work for you

Thanks....

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 5 (5)

oscprofessional
Shopify Partner
16343 2438 3177

This is an accepted solution.

Hello @lisatrendy 

For remove the login icon on your website following code used for this

Add this css at the bottom of

Online Store->Theme->Edit code->Assets->theme.scss.liquid

#swym-inject-header {
	display: block !important;
}
.site-header__icon.site-header__account {
	display: none;
}

Hope this will work for you

Thanks....

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
BAFMotorsport
Tourist
6 0 4

Hi i do not have anything named "theme.scss.liquid" where do i paste the code?

diego_ezfy
Shopify Partner
2971 571 923

Hello, @lisatrendy 

Absolutely. Please, do this:

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:

 

[href*="/account/login"]{
    display: none !important;
}

 


 This code will hide every single login button that is present on the website, not only the one on the header. This will prevent any logins buttons sneaking in.

Let me know whether it works,
Kind regards
Diego

BAFMotorsport
Tourist
6 0 4

Hi i do not have anything named "theme.scss.liquid" where do i paste the code?

mmartinez
Visitor
1 0 0

Hi thank you! my code doesn't have: "theme.scss.liquid" is there any other place i can paste that code? thank you so much for your help! mm