Shopify themes, liquid, logos, and UX
Look at my screensshots, how do i add dropdown arrows in my theme "stockholm"?
Desktop
Mobile
My store url: https://guldklippet-se.myshopify.com/
Thanks in advance!
Simon.
Solved! Go to the solution
This is an accepted solution.
Hey @zimey,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.menu-drawer__account-register > span {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
You removed the previous code. You have to add it back. I mentioned earlier to leave it....
I'm not getting the code from anywhere, I'm writing it in realtime
This is an accepted solution.
Hey @zimey,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.menu-drawer__account-register > span {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you it worked!!!
Could you help me with this aswell?
Desktop background is black while mobile is white
Thank you!
Hey @zimey,
Same steps as above, just paste this below the <head> tag. Don't remove the previous code.
<style>
@media only screen and (max-width: 1199px) {
div#menu-drawer {
background-color: rgb(33, 28, 28) !important;
}
div#menu-drawer * {
color: rgba(255,255,255, 0.75) !important;
}
a.button.menu-drawer__account.link.focus-inset {
background-color: rgba(255,255,255, 0.75) !important;
color: rgb(33, 28, 28) !important;
}
div#menu-drawer svg:not(a.button.menu-drawer__account.link.focus-inset svg),
div#menu-drawer svg:not(a.button.menu-drawer__account.link.focus-inset svg) path {
fill: rgba(255,255,255, 0.75) !important;
}
a.button.menu-drawer__account.link.focus-inset svg,
a.button.menu-drawer__account.link.focus-inset svg path {
color: rgb(33, 28, 28) !important;
}
.menu-drawer__menu-item {
border-bottom: 1px solid rgba(255,255,255, 0.75) !important;
}
}
</style>
The menu turned all black and drop down all white, so we are getting close... do you see what went wrong in the code?
Thank you!
Yeah nothing wrong there, I just missed the inner menu.
Add this code as well, same instructions. Don't delete the rest, they are working.
<style>
.menu-drawer__inner-submenu {
background-color: rgb(33, 28, 28) !important
}
</style>
We are getting close my friend!!
can you get the text white aswell as the lines inbetween?
is there any place i can find the code or do you just know?
Thank you primeweb!
This is an accepted solution.
You removed the previous code. You have to add it back. I mentioned earlier to leave it....
I'm not getting the code from anywhere, I'm writing it in realtime
Thank you!!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025