Menu transparent on Homepage Theme Craft 15.2.0

Menu transparent on Homepage Theme Craft 15.2.0

GiudFabri123
Explorer
73 0 16

Menu transparent on Homepage Theme Craft 15.2.0

Replies 5 (5)

suyash1
Shopify Partner
10716 1324 1700

@GiudFabri123 Can you please share this page link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
GiudFabri123
Explorer
73 0 16
suyash1
Shopify Partner
10716 1324 1700

@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 %}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @GiudFabri123 

Do you mean menu drawer? like this?

Made4uoRibe_0-1740434358509.png

 

If it is, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

{% if template.name == 'index' %}
<style>
div#menu-drawer {
    background: transparent;
}
</style>
{% endif %}

 

  • And Save.

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

DaisyVo
Shopify Partner
4338 481 568

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution