Turn Off Default Font Color In Template Settings... - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Turn Off Default Font Color In Template Settings...

ML

Mike Lawson

Helix Framework 4 years ago

Hello, after updating to Helix 2, Ive noticed the font color in the Typography template settings are always overriding my font color styling in page builder. How can I turn off the default font color settings in template settings so I my settings in SPPB are being applied?

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #30013

If you don't want to set fonts within typography of template options you can turn them/specific parts off I think.

https://prnt.sc/1qi5yy0

You can use custom CSS either to override the defaults.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #30005

Hi there!

You can try to disable the default CSS from the Sp Page Builder global options.

Then clear your Joomla and browser cache.

Please do let me know if it helps.

Best Regards

0
ML
Mike Lawson
Accepted Answer
4 years ago #30007

Well, that would also disable all my default CSS across the site as well, I just need the ability to override default CSS in SPPB

0
Pavel
Pavel
Accepted Answer
4 years ago #30036

Hi. Here is fix for this

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit !important;
}

h1, h2, h3, h4, h5, h6 { color: inherit !important;

0