Menu Color Changing is Not Working - Question | JoomShaper

Menu Color Changing is Not Working

Nima Ahrar

Nima Ahrar

Helix Framework 8 months ago

before joomla update i changed menu color but now after joomla update i see other colors and i can not change the colors on menu

0
15 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #185471

There is also on trick that people forget. In Template Options > Advavnced > SCSS > Compile SCSS to CSS : Yes/ No - click a > Save > check

0
Nima Ahrar
Nima Ahrar
Accepted Answer
8 months ago #185477

Yes, thank you, that worked! Now I just need to adjust the menu text color

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #185389

Hi Nima,

  1. Update Helix Ultimate (2.1.2) and try again.
  2. In case of, you can always use Custom CSS:
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {color: black;} 

.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a {color: red;}

.sp-megamenu-parent > li > a:hover, 
.sp-megamenu-parent > li:hover > a {color: green;}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #185391

Hi

Thanks for contacting us. You can use this CSS in your custom.css file

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #1e1fc3 !important;
}
.sp-megamenu-parent>li>a {
    color: #716b6b !important;
}

-Regards.

0
Nima Ahrar
Nima Ahrar
Accepted Answer
8 months ago #185453

Following the Joomla update, I've encountered several issues. Specifically, I'm unable to modify colors as I previously could, and I've also observed that the menu has become hidden.

0
Nima Ahrar
Nima Ahrar
Accepted Answer
8 months ago #185392

helix was working perfectly before this joomla update. why i have to use code and css for colors? please let me know what shoud i do ? i have updated helix and it started many problems

0
Nima Ahrar
Nima Ahrar
Accepted Answer
8 months ago #185393

could you please fix it to joomla that we had before ?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #185398

I have updated helix and it started many problems

What kind of problems (details please), most users from different topic said that new Helix update fixed problems with selecting options.


We cannot revert Joomla core code, they made changes in the syntax for checkbox field.

0
Nima Ahrar
Nima Ahrar
Accepted Answer
8 months ago #185454

Following the Joomla update, I've encountered several issues. Specifically, I'm unable to modify colors as I previously could, and I've also observed that the menu has become hidden.

0
R
Robert
Accepted Answer
8 months ago #185407

sometimes after a template update colors go back to standard colors. before I use custom css switching scss on or off a few times did help. sometimes its a caching issue when you didn't make any changes. Worked many times for me. And clean cache on website and browser.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #185459

Maybe that's why I always use Custom CSS and sleep well.

0
Nima Ahrar
Nima Ahrar
Accepted Answer
8 months ago #185470

Thank you so much , trying ..

0
R
Robert
Accepted Answer
8 months ago #185474

I know what items can change after an update so I followed your example a while ago. Using custom css on that items as well.

0
Nima Ahrar
Nima Ahrar
Accepted Answer
8 months ago #185478

it works , thanks a lot

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #185565

Glad to know that.

0