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?
Site URL: hidden Theme version: 0.0.1Hello,
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
The topic ‘Responsive Headings’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.