Solved

Is making the header navigation transparent possible on the Monfee theme?

CabWalsh
Tourist
5 0 4

Hi there, my client has asked if it is possible to make the header navigation transparent on the Monfee theme?

 

Thanks in advance,

Cheers,

C

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @CabWalsh 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.site-header  {
    background: transparent;
    width: 100%;
    position: relative;
}
.site-header  .grid {
    left:0px;
    position: absolute;
     top:0px;
    background: transparent;
}

 

View solution in original post

Replies 12 (12)

KetanKumar
Shopify Partner
36839 3635 11972

@CabWalsh 

Sorry for facing this issue, it's my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. 😊

Please share your site URL,
So I will check and provide a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
CabWalsh
Tourist
5 0 4

Kia ora Ketan,

Thanks for reaching out with my issue. The URL is https://espressomerchants-co-nz.myshopify.com/.

My client would like to make the top nav section transparent so the image below is visible.

 

Screen Shot 2021-10-19 at 6.31.51 PM.png

 

Many Thanks,

Cab

dmwwebartisan
Shopify Partner
12282 2546 3694

@CabWalsh 

Please share store Password.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Zworthkey
Shopify Partner
5581 642 1565

@CabWalsh 
Your Store is password protected.

Zworthkey
Shopify Partner
5581 642 1565

Hii, @CabWalsh 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

Kinjaldavra
Shopify Partner
2302 570 1422

hello @CabWalsh 

can you please share you shop preview url 

KetanKumar
Shopify Partner
36839 3635 11972

@CabWalsh 

thanks for url but sorry your store is password protect

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
CabWalsh
Tourist
5 0 4

Sorry about that, the store password is: nayrib

 

Thanks,

Cab

CabWalsh
Tourist
5 0 4
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @CabWalsh 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.site-header  {
    background: transparent;
    width: 100%;
    position: relative;
}
.site-header  .grid {
    left:0px;
    position: absolute;
     top:0px;
    background: transparent;
}

 

CabWalsh
Tourist
5 0 4

Thanks very much for this code.

That resolved the issue perfectly. Thanks a mill.

 

Cheers,

Cab

dmwwebartisan
Shopify Partner
12282 2546 3694

@CabWalsh 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

template-index .site-header { position: absolute !important; background-color: transparent !important; width: 100%; z-index: 11;}
.template-index .site-header__mobile-nav { z-index: 11; position: relative; background-color: transparent !important;;}
.template-index .site-nav__link { color: #fff !important;}
.template-index .site-nav__link--active .site-nav__label { border-bottom-color: #fff !important;}
.template-index .site-header__icons-wrapper .icon { fill: #fff !important;}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app