How To Assign Sp-header Background Settings On All Pages Except In The Home Page - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

How To Assign Sp-header Background Settings On All Pages Except In The Home Page

A

Aldus

Helix Framework 7 months ago

Hi, I need that sp-header background settings are shown on all pages except in the home page. In custom.css file I inserted the code:

#sp-header{
   background: #22224A !important;
}

but it is also shown on the home page, where instead it should be transparent.

Thank you

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #188509

Hi

Thanks for contacting us and sorry for your issue. Could you please give me your site URL? So that I can check.

-Regards.

0
A
Aldus
Accepted Answer
7 months ago #188528

Hi, i gave you url.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #188635

Use this CSS in your custom.css file

.sp-megamenu-parent>li>a{
  color: #22224A !important;
}
0