Problems With Helix Color Selections - Question | JoomShaper

Problems With Helix Color Selections

J

joeb1000

Helix Framework 3 years ago

I changed in Helix the logo and navigation background to #bebebe and the navigation from red to white. But neither change is honored.

Also, i need to set the logo to a width of 600 px, where I do this?

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #6184

hi give me screenshot please

0
J
joeb1000
Accepted Answer
3 years ago #6194

I have added all info for back and frontend into the hidden section. There you can see the present front end and also the settings that do not match.

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

Use this ustom css


.sp-megamenu-parent > li > a{
  color:white !important;
}
#sp-header .logo{
  width:600px;
}

In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
J
joeb1000
Accepted Answer
3 years ago #6530

Thanks for your help.

The customs code worked for the logo width, but the menu is still red and not black and the background footer color is still red instead of grey.

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

Please explain which portion you actually want to change? Do you want to change the background color? Or font color?

0