Changing header and paragraph fonts

Discussion in 'Squirrel WordPress Theme' started by karibou, Sep 29, 2016.

  1. karibou

    karibou New Member

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    2
    Hi, can I get some help to change fonts in squirrel?

    The site is www.abluersky.com

    I would like to change the h1, h2 and h3 fonts to Herculanum.

    Also change the paragraph font size to 12 and type to Arial
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    I checked your site and would like to inform you that you are using old version of the theme.. so please upgrade your theme with the new version.

    After that, please paste the code given below in Custom CSS field of your dashboard.
    Code:
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Herculanum';
    }
    p {
        font-family: Arial;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. karibou

    karibou New Member

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    2
    Thank you, I will update the site. Thanks for the code to change the fonts, much appreciated!
     
  4. karibou

    karibou New Member

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    2
    Another question...where do I edit out the "Just another WordPress Site" phrase?

    Thank you
     
  5. priya

    priya Guest

    Hello,

    Would you please share screenshot of the concerned area so that I can better assist you..?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. adaptaero

    adaptaero New Member

    Joined:
    Oct 20, 2016
    Messages:
    2
    Likes Received:
    0
    I am trying to accomplish the same task. But I cant seem to find "custom.css" file

    "
    WARNING! DO NOT EDIT THIS FILE!
    To make it easy to update your theme, you should not edit the styles in this file. Instead use
    the custom.css file to add your styles. You can copy a style from this file and paste it in
    custom.css and it will override the style in this file. You have been warned! :)
    */"
     
  7. nitin

    nitin Guest

    Hi,

    You can easily change "Just another WordPress Site" phrase.

    Once you're logged in, you can find the "customize" option on the top in the admin bar.

    When you'll click on 'Customize', A panel will get opened on the left side.

    You will find 'Site Identity' in this panel. Click on it.

    Edit the Tag Line and Save.

    And it's done.

    Hope it will work.

    Thanks & Regards,
    Nitin
    InkThemes.com
     

Share This Page