This topic has 5 replies, 2 voices, and was last updated 3 years ago ago by Farzeen
Hello, I am unable to find the options where I can set different font sizes of headings. I want my headings to be responsive on every screen size. Can you please help me where I can find the option in the theme settings?
Hello,
Thanks for using our theme.
Do you use WPBakery? Try to use our Title with text element https://prnt.sc/1xhhr1w
Regards
Hello, I have tried using XStore title with text element but, I want to set different font sizes on each heading globally.
For Example:
H1: 100px
H2: 80px
H3: 60px and so on
Usually, these settings are available in theme options in most WordPress themes. Does XStore have these options? I unable to find it.
Regards
Hello,
Add the next code in Theme Options > Theme Custom CSS:
h1 {
font-size: 100px;
}
h2 {
font-size: 80px;
}
h3 {
font-size: 60px;
}
h4 {
font-size: 40px;
}
Regards
Thank you!
Tagged: friendly, headings, responsive, themes, woocommerce, wordpress
The issue related to '‘Responsive Headings’' has been successfully resolved, and the topic is now closed for further responses