End of Support for Joomla 3 - Forum closed
header configuration
Hi,
where can I define h1, h2, h3, h4, h5?
I would like to change the font and the size. I could't find it in extensions/templates/jp-sounds/options/style/base/ h1 and so on ... What I find is this: round(@global-font-size * 2.85). Unfortuanlly I don't know where the font andthe header are living in the global configuration.
Thanks for your help
Thomas
where can I define h1, h2, h3, h4, h5?
I would like to change the font and the size. I could't find it in extensions/templates/jp-sounds/options/style/base/ h1 and so on ... What I find is this: round(@global-font-size * 2.85). Unfortuanlly I don't know where the font andthe header are living in the global configuration.
Thanks for your help
Thomas
by rast537
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
you can select your headlines sizes in customizer:
>> Template Options > Customizer > Advanced > Base > [more]
you can select your headlines sizes in customizer:
>> Template Options > Customizer > Advanced > Base > [more]
Attachment headlines-2.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
and the font type and the font weight (bold)? and what is the global font size for the header. I guess if the global font size is 12 and I want 16 I have to multiply it with 1,333 ? What means round@?
by rast537
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
you can override the headlines at the css/custom.css too.
Add this code below to your css file
you can override the headlines at the css/custom.css too.
Add this code below to your css file
h1 {font-size:40px; line-height:1.6}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates