Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #4927
    onebreath
    Member

    Hello my blog-in-progress is http://www.nowherelife.com.

    I am wanting to change the font used in the header and possible elsewhere.  I know I should be using the custom CSS and I tried to do so after looking at the tutorial.  Do you have an example snippet of code I would use?  Or is there another area on this site to find out?  I suspect this is probably covered elsewhere but I couldn’t find it.

    Many thanks.

    #4953
    Sakin
    Keymaster

    @onebreath” I just check in your site and looks like you have already changed that. It’s great.

    #4979
    onebreath
    Member

    Thanks!  I figured out how to do the main text, but I still can’t manage to change the header (where is says: Now. Here. Life.).

    Can you help?

    #4980
    Sakin
    Keymaster

    @onebreath: You can add the following css in “Custom CSS” box in your Theme Options panel.
    #site-title { font-family: "Noteworthy",Times,serif; }

    #4982
    onebreath
    Member

    Ah, thank you so much! 🙂

    #8144
    cara
    Member

    Hi Sakin,

    how do I change the grey footer colour to plain white? I am using catch Everest.

    Also, how do I change the style of the font for the entire site?

    #8148
    Sakin
    Keymaster

    @cara: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator { background-color: #fff; }

    #8157
    cara
    Member

    Thanks Sakin,

    How do I change the font for the entire website?

    #8159
    cara
    Member

    How do I get rid of the “Search” area on the top right of my homepage?

    #8182
    Sakin
    Keymaster

    @cara: Just upgrade to Catch Everest Pro theme and then you will gave option to change the fonts and also easy way to edit the Header right section where you have option to user Header Right Sidebar.

    But for now, if you want to hide the Search box in header, then just add the following CSS in “Appearance => Theme Options => Custom CSS”.
    #header-right .widget_search { display: none; }

    #8215
    cara
    Member

    How do I upgrade to the pro version?

    #8222
    Sakin
    Keymaster

    @cara: You can just purchase Catch Everest Pro from http://catchthemes.com/themes/catch-everest-pro

    Then you will be given access to download the pro version. Download the zip theme fine in your computer. Then after that login to your Site WordPress and follow the steps:
    1. Go to “Appearance => Themes => Install Themes”
    2. Then Click on “Upload” and browse the theme zip file and install it.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Font change’ is closed to new replies.