Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
Solved! Go to the solution
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....
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....
Hi i do not have anything named "theme.scss.liquid" where do i paste the code?
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
Hi i do not have anything named "theme.scss.liquid" where do i paste the code?
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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025