Template Colours Not Updating - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Template Colours Not Updating

G

Graeme

Helix Framework 3 years ago

Hi redeveloping an old site with SP Page builder Pro and Helix Ultimate 2

I Have changes the drop down menu background colours in template settings and the Link colours site wide I have also tried adding custom CSS but thes element wont change.

I have tried viewing in different browser and claering the cache but not changing Menu dropdown Background colour is #f7f7f7 but shows as white

<a> is #c2a94b but in the menu amd some other area of the site is a the default blue

0
7 Answers
G
Graeme
Accepted Answer
3 years ago #75259

Have Solved this .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active a {color: #c2a94b !important;}

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #75167

Hi,

Thanks for contacting us. Could you please give me a screenshot where do you want to change the color?

-Regards.

0
G
Graeme
Accepted Answer
3 years ago #75174

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #75177

Use this custom CSS

#sp-header{
    background:#f7f7f7 !important
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
      background:#f7f7f7 !important
}
.sppb-addon-text a{
    color: #c2a94b !important;
}

label.sppb-form-check-label a{
     color: #c2a94b !important; 
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
G
Graeme
Accepted Answer
3 years ago #75180

Hi Thanks for this Did not need

#sp-header{ background:#f7f7f7 !important }

But the Dropdowwn background colour now works the addons work too but the link colours in the drop down menu are still blue Note the text-Transfor frome the css works but it noy affecting the Link colour .sp-megamenu-parent .sp-dropdown li.sp-menu-item .active>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item .active:hover>a {color: #c2a94b !important;} .sp-megamenu-parent .sp-dropdown li.sp-menu-item {text-transform: uppercase;}

0
G
Graeme
Accepted Answer
3 years ago #75257

Hi i have Improved this CSS but still cannot get the Active line to change from blue to gold
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a:active {color: #c2a94b !important;} .sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover {color: #c2a94b !important;} .sp-megamenu-parent .sp-dropdown li.sp-menu-item .active a {color: #c2a94b !important;}

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #75276

Glad to know that it is fixed now. Thanks for sharing the solution.

0