Shopify themes, liquid, logos, and UX
@GiudFabri123 Can you please share this page link?
@GiudFabri123 add this code to the theme.liquid file, before </body> tag
{% if template.name == "index" %}
<style>
@media screen and (min-width:750px)
{
.section-header{position: absolute; width: 100%;}
.header-wrapper{background: transparent;}
.header{background: transparent;}
}
</style>
{% endif %}
Do you mean menu drawer? like this?
If it is, try this one.
{% if template.name == 'index' %}
<style>
div#menu-drawer {
background: transparent;
}
</style>
{% endif %}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @GiudFabri123
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
#menu-drawer {
background: transparent;
}
Best,
Daisy
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