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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024