Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) Change font size in main content area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53442
    Anke Otto-Wolf
    Participant

    I am trying to change the main content font to approx 14pt (larger)
    I read through other post and got this far…
    I changed this…

    }
    #content-wrapper,
    #bottom-group {
    font-size: 0.813em;
    line-height: 1.75;
    color: #848484;
    }

    To this…

    }
    #content-wrapper,
    #bottom-group {
    font-size: 1.2em;
    line-height: 1.75;
    color: #848484;
    }

    Still does not seem to be working. Any help?
    http://www.ToleyRanz.com
    Thank you

    #53538
    Bidur
    Moderator

    Did you try adding the following css; ?

    #content-wrapper {
          font-size: 14pt;
    }

    Let us know.
    Thanks!

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