HERO font size

Support Area Forums Elite HERO font size

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #15666
    Ivo Mednis
    Participant

    How to change Hero section font sizes if google fonts switched off? Is it possible edit Hero section font size in Appearance -> Editor ?

    #15668
    Bill Robbins
    Moderator

    Ivo,

    You can do that. Here’s how:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      h2.hero-title {
           font-size: 70px;
      }
      
      .hero-copy p {
           font-size: 24px;
      }
      
    3. Change the 70 in the snippet above to the size in pixels you’d like the hero title to be. Change the 24 to change the size in pixels of the other hero text.
    4. Update your settings.

    That should let you do it. If you have any questions or trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘HERO font size’ is closed to new replies.