Fortune - Change Color Of The Menu - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Fortune - Change Color Of The Menu

D

Dominik

Template 4 years ago

Hi there

How can I change the color of the menu bar in template "Fortune"? But it should only change the color when you are at the top of the page. When scrolling it becomes a bit transparent. It should stay like this.

https://prnt.sc/11g4gwo

Thanks Domi

0
5 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #14239

Hello there,

You can use this code in custom CSS section. That will solve the issue, hopefully.

#sp-header {
    background: black;
}

Thanks!

0
D
Dominik
Accepted Answer
4 years ago #14247

Hi again

Thank you it works.

But now i have a small bar there... How can I remove it?

https://prnt.sc/11g8nol

Thanks Domi

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #14368

Hello there,

Please, give me your website URL, if needed, in the Hidden Content area so that we can check the issue.

Thanks!

0
D
Dominik
Accepted Answer
4 years ago #14369

Done. Thank you.

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #14587

Hello there,

Please, use this code in the custom CSS section.

#sp-header > .container > div {
    border-bottom: 0px !important;
}

Cheers!

0