Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #177011
    Trae
    Participant

    Hello! My site is http://www.sanctuaryoaks.com. I would like to change the font size and line spacing throughout my site, but I don’t know how. The font I want to use is Quicksand. I’d like 16pt for headings and 14pt for body. I’d like the line spacing to be single-spaced (it looks a little more than that now; I’d like it to be tighter).The color for the text is #555555.

    Thank you!

    #177038
    Skandha
    Participant

    @wildlyblessed: The font Quicksand will be added to the theme in very soon in the upcoming theme update. I will let you know when the theme update is released.
    Also you seem to be using a very old version of the theme. Please update the theme to latest version.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change font size for headings and body, line spacing and color
    h1 {
        font-size: 16pt !important;
    }
    body {
        font-size: 14pt;
        line-height:1.2;
        color:#555555;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #177069
    Trae
    Participant

    When I try to update the theme, this is what I get:

    The update process is starting. This process may take a while on some hosts, so please be patient.

    Enabling Maintenance mode…

    Updating Theme Clean Box Pro (1/1)

    An error occurred while updating Clean Box Pro: Update package not available.
    Disabling Maintenance mode…

    All updates have been completed.

    Return to Themes page | Return to WordPress Updates page

    #177141
    Skandha
    Participant

    @wildlyblessed: To update pro theme you’ll need to first download the theme from your https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    For more, check out theme instructions at https://catchthemes.com/theme-instructions/clean-box-pro/#updating

    Let me know if works out!

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Font Size and Line Spacing’ is closed to new replies.