Page Title Font Size - Question | JoomShaper

Page Title Font Size

CB

Christopher Billings

SP Page Builder 10 months ago

Greetings,

is there a code for changing the font size & text colour for the Page Title & Page subtitle?

https://www.christopherlbillings.com/buchholz-prana-heilung/prana-heilung-in-der-nordheide-buchen

The changes to typography in the backend in Helix 2.1.1 Ultimate have not changed the frontend appearance.

Thanks

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178831

Hi Christopher,

It will be better to use Custom CSS for that. Example syntax:

.sp-page-title .sp-page-title-heading  { font-size: 40px; color: yellow; }
.sp-page-title .sp-page-title-sub-heading {font-size: 18px; color: white; opacity: 1;}

Helix Guide : https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3

0
CB
Christopher Billings
Accepted Answer
10 months ago #178836

Great, thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178838

BTW

As German Webmaster, please read also my guide >> https://www.joomshaper.com/documentation/sp-page-builder/google-fonts-and-dsgvo-gdpr

0