This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Olga Barlow
Hi,
In typography settings I can only change body and heading font and size (besides navigation).
How can I customize a text in a various text boxes (regarding fonts)? Change the size definition of H1 H2…
Also, how can I change the typography and size of the text in the footer?
Thanks,
Hello,
We have some general Typography settings but, unfortunately, there are no options for every heading and paragraph that used in different places.
If you want to change the H1 – H6 sizes, colors etc you can use custom CSS and child theme style.css to place changes, for example http://prntscr.com/e7b4si
Also, you may change the font-size, font-color, font-family in Custom Heading element if you use it in content http://prntscr.com/e7b63e
Use the custom styles to change the footer typography, for example
.footer h6 {
font-size: 1.1em;
line-height: 1.5;
color: #000 !important;
}
If you tell me in details what changes you need then I could send you the necessary code.
Regards
You must be logged in to reply to this topic.Log in/Sign up