Helix Ultimate - Overrides Links Color With Blue, Why? - Question | JoomShaper

Helix Ultimate - Overrides Links Color With Blue, Why?

P

Philip

Helix Framework 3 months ago

OK, looks like this is since last update to 2.0.18 The issue is that though I've set every possible style properly and haven't changed anything, most of the links on the test website are blue instead of gray. Double-checked all the settings, incl. in the database (where Helix stores all settings), then exported the .json and compared it with the .json from December - 100 % the same, no change. But somehow the links are overriden with no apparent reason for that. And the styles don't even contain such color now, yet it's still showing the links to be blue (with default font, as well).

Any ideas:

  • why?
  • how to fix this?

Thank you!

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 months ago #144547

Sometimes you have to turn On-save-Off-save to get effect.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #144433

Hi

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

div#mod-custom140 a{
  color:red;
}

-Regards.

0
P
Philip
Accepted Answer
3 months ago #144456

I don't want extra custom code - I want to have the existing settings to work instead of being overriden.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 months ago #144486

Hi Philip,

I understand, but can you check what what color you have set here?

info_2110_2024.jpg

of course choose your current set Preset, I assume it's a blue variant. Click pen icon to open that window.

Without access, it's like being a chat doctor.

0
P
Philip
Accepted Answer
3 months ago #144490

It's set on custom style, not any of the default presets. That's why it puzzles me. I created a separate admin account for you, you'll find the details in the hidden field.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 months ago #144532

Done, fixed.

I only used that

info_2111_2024.jpg

0
P
Philip
Accepted Answer
3 months ago #144544

Perfect, thank you very much! But what was the root cause?

Because, having SCSS compiled is not exactly what I read as recommendation in the documentation: https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/advanced ...Compile SCSS to CSS - enable this option will compress all SCSS files during each load of your website if the SCSS file has been changed or edited. Turn off this option if your site is in production mode.

0