• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

[Resolved] Increase Font size in text and H*

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Sunshine Pro Theme › Increase Font size in text and H*

Tagged: font, size, title

  • This topic has 10 replies, 2 voices, and was last updated 4 years, 3 months ago by micheleficara.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • September 24, 2016 at 1:08 pm #1322
    micheleficara
    Participant

    Please we want to increase font size in the text and in title lik H1 H2 H3 H4, could you help us?

    Many thanks in advance

    September 24, 2016 at 1:25 pm #1323
    Davinder Singh Kanith
    Moderator

    1. Open style.css file of the theme.

    2. Then edit font values in the following code.

    h1 {
        font-size: 36px;
        font-size: 3.6rem;
    }
    
    h2 {
        font-size: 30px;
        font-size: 3rem;
    }
    
    h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 20px;
        font-size: 2rem;
    }
    
    h5 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    h6 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    September 24, 2016 at 8:45 pm #1324
    micheleficara
    Participant

    Thanks a lot Singh, and for increase font size for normal text into the post how can i we do?

    September 25, 2016 at 2:06 pm #1325
    Davinder Singh Kanith
    Moderator

    For that change font size in the following code

    body {
        color: #666;
        font-family: Open Sans, sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.625;
        margin: 0;
    }
    
    September 27, 2016 at 1:39 pm #1326
    micheleficara
    Participant

    i try it but seems not working …

    September 27, 2016 at 1:40 pm #1327
    Davinder Singh Kanith
    Moderator

    Share your website url

    September 27, 2016 at 1:44 pm #1328
    micheleficara
    Participant

    Tecnologia utile che migliora la vita: Assodigitale

    now is set so:

    body {
    color: #666;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    }

    September 27, 2016 at 1:46 pm #1329
    Davinder Singh Kanith
    Moderator

    Change…

    font-size: 20px;
    font-size: 1.5rem;

    to…

    font-size: 20px;
    font-size: 2rem;
    September 27, 2016 at 1:51 pm #1330
    micheleficara
    Participant

    done, but no variation

    September 27, 2016 at 2:07 pm #1331
    Davinder Singh Kanith
    Moderator

    Change font size in the following code, appears at the top part of style.css file

    /* Chrome fix */
    body > div {
        font-size: 1.5rem;
    }
    
    September 30, 2016 at 5:28 pm #1346
    micheleficara
    Participant

    its work, done tks

  • Author
    Posts
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.
Log In

Copyright © 2021 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates