Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1336024

    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

    #1336035

    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?
    2022-01-18_001.jpg
    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

    #1336036

    Ah, I was not aware re. the icon grid subtitle H6 tag

    Thx a lot & Mike !

    #1336049

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.