Change font size

Support Area Forums Foundation Change font size

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #4066
    Rochelle
    Participant

    How do i change the font size throughout the website?

    #4067
    Bill Robbins
    Moderator

    Here’s how you can change the font-size of the main content areas of the website. Go to the “Styling” tab and scroll down to the bottom where you’ll see a box for “Custom CSS.” Paste this into that box:

    body, p, li, ol, ul, span, div, label, legend, form, fieldset, input {
    font-size: 16px;
    }

    The 16px will set a 16 pixel font size for your site (the theme default is 14 pixels). You can change the 16 to another number to get the desired size you’d like to have.

    Let me know if you have any trouble and I hope you enjoy your weekend.

    #4068
    Rochelle
    Participant

    I must be blind but where is the Styling tab? Under Editor?

    #4069
    Bill Robbins
    Moderator

    My apologies. Go to the Appearance section of your WordPress control panel and select “Theme Options.” The last tab on the right under Theme Options will be the styling one.

    If you don’t see “Theme Options,” that’s no problem. Most likely that means you’re using an earlier version of the theme. If that’s the case then here’s what you would need to do:

    1. Go to the Appearance section and select edit to open up the theme editor.
    2. From the list of files on your right, choose style.css
    3. Scroll down to the very bottom of the file and paste the code from above into it.
    4. Save your changes.

    Let me know if you have any trouble.

    #4070
    Rochelle
    Participant

    That worked I must have the earlier version thanks so much.

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