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
16115 2409 3122

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....

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Replies 5 (5)

oscprofessional
Shopify Partner
16115 2409 3122

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....

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
BAFMotorsport
Tourist
4 0 2

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

diego_ezfy
Shopify Partner
2969 571 906

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
4 0 2

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