Hi,
Where can I find the % of the root font size used for the H1-H6 in Icon Stack? I need to create something outside of Pro and I want the font size to match
Thanks
Hi,
Where can I find the % of the root font size used for the H1-H6 in Icon Stack? I need to create something outside of Pro and I want the font size to match
Thanks
Hello Alex,
Thanks for writing in! The % font sizes used for the heading tags is built in the stack styles.
If you need to modify it, please add the following CSS code in your child theme’s style.css or in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
h1, .h1 {
font-size: 200%;
}
h2, .h2 {
font-size: 180%;
}
h3, .h3 {
font-size: 160%;
}
h4, .h4 {
font-size: 140%;
}
h5, .h5 {
font-size: 120%;
}
h6, .h6 {
font-size: 100%;
}
Feel free to change the values.
Thanks very much
Alex
You’re welcome!
It’s good to know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.