HI,
on my page below the subtitle font appears too big.
E.G. “Sparring”, Feedback von außen, Hinweise
the font size does not change, although if I adjust this in the icon grid settings via backend.
What can I do?
Thx a lot & best regards Tilman
Hey Tilman,
Thank you for your question, the icon grid subtitle has a H6 tag and your general settings have set a font size of 45px for the H6 tag which will override the element settings.
I assume you have used the advanced styling option to set the font size for the H6 tag, correct?
If so please disable this, or if you are using this option for other elements try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field to override it:
#top #wrap_all #main .main_color .avia-icon-grid-container h6.av_icongrid_subtitle {
font-size: 13px;
}
adjust the font size to suit, then after applying the css, please clear your browser cache and check.
Best regards,
Mike
Ah, I was not aware re. the icon grid subtitle H6 tag
Thx a lot & Mike !