Wimble Transparent Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Wimble Transparent Menu

David

David

Template 2 years ago

I'm using Quickstart, everything is fine, but when I edit any Wimble style, the transparent menu becomes white.

I'm working on a site from scratch, a clean installation, but I'm facing the same problem.

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #124391

Hi

Thanks for contacting us. You can use this custom CSS

body.default-home #sp-header.transparent-header {
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0
David
David
Accepted Answer
2 years ago #124398

thanks for answering

I just implemented the code, but it's not taking effect. I've tested it on 3 different browsers and cleared the cache

https://prnt.sc/_UREHUIdG9bZ

You can check?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #124457

Hi

Use this custom CSS and delete the previous one

#sp-header{
   background-color: rgba(0,0,0,0.3) !important;
}


#sp-header.header-sticky{
      background-color: rgba(0,0,0,0.3) !important;
}
0