Colour Of Menu Background - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Colour Of Menu Background

AF

andre Friederich

Helix Framework 3 months ago

I need to change the background colour of my menu but it does not work. I have done this. But the background stays in wrong colour "green" in this case. Where do i change this background colour? Thank you in advance for your support.

0
10 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #197207

Hi

Thanks for contacting us and sorry for your issue. Could you please give me your site URL and also a screenshot of your issue? I need to check.

-Regards.

0
AF
andre Friederich
Accepted Answer
3 months ago #197212
0
AF
andre Friederich
Accepted Answer
3 months ago #197213

I cannot add a screenshot here in this.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 months ago #197222

you can upload file on your site and share direct link to it.

If we talk about only menu area

#sp-menu {background: black;}

or

whole header

#sp-header:not(.header-sticky) {background: black !important; }

Old classic method that works.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #197223

Hi

Use this CSS in your custom.css file

#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner
 {
    border-image: linear-gradient(135deg, #3866ef, #388aef) 1 !important;
    background-image: linear-gradient(145deg, #2f84d7 0%, #115f99 100%) !important;
}
0
AF
andre Friederich
Accepted Answer
3 months ago #197225

Perfect! :) Thank you both! your Workaround is working.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #197392

Glad to know that and you are always welcome.

0
AF
andre Friederich
Accepted Answer
3 months ago #197227

Well, i have not tried to change the presets and they do not work as well. The script did work. But the configuration on the presets and of the custom colour settings should work as well. But why does it not?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #197395

Sometimes it maybe caused by cache issues or template updating problem. Then we solved it via custom CSS.

If you dont have any other queries, you can then close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #197537

Thanks for accepting the answer.

0