This topic has 5 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Stefano Baraldo
Good morning I’m rehearsing the XStore theme on a local development area site on my mac.
I can’t find a way to customize size and color for H1-H2-H3-H4-H5-H6 fonts.
How can I do it?
Hello,
Thanks for using our theme.
Theme Options > Typography > Content > Headings.
If a heading is added on a page via element, it has its own settings – https://prnt.sc/tv1jjy
Regards
So there is no possibility to standardize the titles for the whole Site, e.g:
H1 = size 60px color: #ff0000
H2 = size 36px color: #ff9900
H3 = size 24px color: #000000
etc…
Is that so?
Add the next code in Theme Options > Theme Custom CSS:
h1 {
font-size: 60px;
color: #ff0000;
}
h2 {
font-size: 36px;
color: #ff9900;
}
h3 {
font-size: 24px;
color: #000000;
}
h4 {
font-size: 20px;
color: red;
}
Regards
ok thanks
The issue related to '‘Typography title dimensions and colours’' has been successfully resolved, and the topic is now closed for further responses