Shopify themes, liquid, logos, and UX
How do I change the background of the secondary menu on the sidebar (when you click on Characters and the menu slides out on the right)? I'd like to make it slightly transparent. I'd also like the text font and size to be the same as the main menu. Thanks for any help!
https://mimihalinew.myshopify.com/
PW: mimihali2024
Solved! Go to the solution
This is an accepted solution.
Hi @shamrockweb
Try this one.
<style>
html[dir=ltr] .sidebar-parent-element .sidebar-element {
opacity: .5;
}
a.sub-menu__link-second.sub-menu__last-second {
font-size: 16px;
}
</style>
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @shamrockweb
Try this one.
<style>
html[dir=ltr] .sidebar-parent-element .sidebar-element {
opacity: .5;
}
a.sub-menu__link-second.sub-menu__last-second {
font-size: 16px;
}
</style>
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Would you mind hitting 'like' as well? Thanks!
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025