Where Change Menu Link Colors Helix? Template? How - Question | JoomShaper

Where Change Menu Link Colors Helix? Template? How

Renee

Renee

General 3 years ago

so the hoover and activer color of menu links is a blue (#0345 ..) I want to change it to #282460

https://tinyurl.com/y7w6lm8o

Can't do it in pagebuilder. Is there custom.css or helix and how would I do that?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #202
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #198

Hi, Use this custom css

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a{
    color: #282460 !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span:hover{
color: #282460 !important;  
}

Add this css code inside the custom.css file. Note: 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. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0