Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87581
    Loudmind
    Participant

    Hi there, I’d like to make the font size on my pages slightly smaller. For example, this is the current size: http://champshealth.org/about-champs. I’d love if I could just take it down a bit. How could I go about doing that? Thanks, as always, for any help you can offer.

    #87594
    Mahesh
    Participant

    @loudmind: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .entry-content {
        font-size: 15px;
    }

    Note: Please adjust the font-size as you required. (Default is 16px)

    Regards,
    Mahesh

    #87630
    Loudmind
    Participant

    Thank you!

    #87720
    Mahesh
    Participant

    @loudmind: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Help making content font size slightly smaller’ is closed to new replies.