Helix Ultimate: Changes Not Applied - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate: Changes Not Applied

G

graustufen

Helix Framework 3 years ago

Hi there I use Helix Ultimate on many Joomla 3 and 4 websites. But with the one, I just created, there is a problem: the changes in template style concerning colors etc. are not applied. E.g. color of the top bar is set to #00a4a7 in tempate style, but it's showing the default color #333333. It's the website https://neu.arztpraxis-bachmann.ch (still coding) with Joomla 4.1.5, php 8, Helix Ultimate 2.0.10, SP Page Builder 3.8.7. Deleting cache doesn't change anything.

Thanks for help, Alexandra

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #75604

Hi Alexandra,

so maybe just use custom CSS in that case:

#sp-top-bar {
  background: #00a4a7;
  color: #aaaaaa;
}

Check also what settings you have in Template Options - Advanced - Compile SCSS : On or Off

0
G
graustufen
Accepted Answer
3 years ago #75605

Hi Paul The Option Comple SCSS did the trick: I turned to on now and everyhing is fine.

Thanks Alexandra

0