Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #166805

    Shawn N
    Participant

    I need to make the heading titles (H1, H2 etc) smaller in the Icon stack. Way to big, for me anyhow. I tried using Firebug to isolate the CSS needed but had no luck. Specifically I’d be interested in the H1 and H2 title size CSS change as this is what would be used the most.

    Thanks!

    S.

    #167033

    Paul R
    Moderator

    Hi Shawn,

    Thanks for writing in!

    To adjust font size of h1 and h2, you can add this under Custom > CSS in the Customizer.

    
    body h1 {
       font-size:50px !important;
    }
    
    body h2 {
       font-size:40px !important;
    }
    

    Change 50px and 40px to achieve your desired size for h1 and h2

    Hope that helps.

    #167105

    Shawn N
    Participant

    Great! Thank you.

    S.

    #167468

    Paul R
    Moderator

    You’re welcome! Shawn

    #327490

    chucklasker
    Participant

    Is there a way to reduce the size of heading fonts but keep the responsive resizing? Using the code above, the font remains the same size at all break points.

    #327597

    Christopher
    Moderator

    Hi there,

    Please try responsive text shortcode : http://theme.co/x/demo/integrity/1/shortcodes/responsive-text/

    Or use responsive text option in Cornerstone :

    Houston commercial photography

    Hope it helps.

    #683939

    karendodgeabullet
    Participant

    what about changing the heading from all caps?

    #684099

    Rupok
    Member

    Hi @karendodgeabullet

    Thanks for updating. You can use the CSS text-transform: none; like –

    .h-custom-headline {
      text-transform: none;
    }

    If you need tailored answer then provide your URL and point us what you are trying to accomplish.

    Cheers!