All things Shopify and commerce
I was wondering how I could remove the brand logo from the header, and just move that lock icon to the right of the text, if possible on desktop? On mobile I want to do the same thing except remove the text and just have the lock icon in the top right, is that possible? Thanks for any help in advance!
Solved! Go to the solution
This is an accepted solution.
Oh, that good you know which selector to remove. Try this oone for the padlock.
right on desktop and top on the mobile right?
Same Instruction.
@media only screen and (min-width: 750px){
.modal__toggle-open.password-link.link.underlined-link {
display: flex;
flex-direction: row-reverse;
gap: 10px;
}
}
@media only screen and (max-width: 750px){
details.modal .modal__toggle-open {
display: flex;
flex-direction: column;
gap: 10px;
}
}
Result:
Would you mind to share the password website? Thanks!
Yes the password is LGCH
Oh, Sorry I mean the Website of this password page. Thanks!
Thanks for the info, try this one.
svg.icon.icon-padlock, img.password-logo {
display: none !important;
}
Thank you! That hid the image! But how do I make the padlock icon be in the top right on mobile and on the right of the text on desktop (sorry for asking so many questions)
ah, okay I thought you like to remove also the padlock. Can you take out the code that I give. I need to modify thanks!
Yes let me remove it!
This is an accepted solution.
Oh, that good you know which selector to remove. Try this oone for the padlock.
right on desktop and top on the mobile right?
Same Instruction.
@media only screen and (min-width: 750px){
.modal__toggle-open.password-link.link.underlined-link {
display: flex;
flex-direction: row-reverse;
gap: 10px;
}
}
@media only screen and (max-width: 750px){
details.modal .modal__toggle-open {
display: flex;
flex-direction: column;
gap: 10px;
}
}
Result:
Awesome, thank you for the help!
............
User | RANK |
---|---|
44 | |
41 | |
40 | |
28 | |
21 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023