Update Changes Colors.... Again! - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Update Changes Colors.... Again!

R

Robert

Helix Framework 3 years ago

Hello, what is that every time we update the colors change? It happens quite a lot. Topbar is red again, hover main menu is blue again, footer black. Totally colors I never assigned.

This happens to much. When I see a new Helix update I think by myself; "here we go again". Not good. When does this issue get fixed?

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

Hi,

Apology for your experience with our product. Could you please give me your site URL and also screensht of your issue? So that I can check?

-Regards.

0
R
Robert
Accepted Answer
3 years ago #74015

I have corrected it already now by using custom css,

It's to crazy for words I need to protect my website css with the "!important" tag otherwise the Helix update messes everything up. We are a few updates along the road now and it still happens.

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

Glad to know that it is fixed now. Yes you can use !important in that case.

0
R
Robert
Accepted Answer
3 years ago #74022

Please forward it to the devs, somehow some updates grab standard template colors again. It's always topbar becomes red, links in menu turns into blue and footer becomes black.

This should be a quick fix with of course colors of choice for those who got the same:

#sp-top-bar {
    background: #ff0099 !important;
    color: #ffffff !important;
}

#sp-top-bar a {
    color: #ffffff !important;
}

a {
    color: #ff008f;
}

#sp-footer, #sp-bottom {
  background: #424242 !important;
  color: #FFFFFF !important;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #74024

Thanks for sharing I will forward it to our team.

0