Tagged: , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #11186
    DesignerD
    Member

    Hello,
    I want to increase the size of font and make them bold in Menu (Home, music etc.) and post heading.

    #11193
    Sakin
    Keymaster

    @DesignerD: It would have been easy for me, if you have added your site URL. Now, since you have posted in Catch Everest Free Theme forum. I guess you are using Catch Everest Free Theme.

    You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu a {
        font-size: 18px;
        font-weight: bold;
    }
    #11196
    DesignerD
    Member

    Yes, I’m using Catch Everest Free Theme, thanks for the support. But that’s for menu only. How to do it for post heading?

    #11232
    Sakin
    Keymaster

    @DesignerD: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box

    @media screen and (min-width: 1000px) {
    .entry-header .entry-title { font-size: 30px; }
    }
    #13086
    karenstl
    Member

    I want to do the same thing. I want my H2 and H3 fonts bold.

    I’ve been manually doing it on my new posts, but all of the old posts are coming up in the default non-bold.

    Here is a ling to one blog post that shows you want it looks like non-bolded:
    http://www.archcityhomes.com/2013/06/03/best-st-louis-schools/

    #13102
    Sakin
    Keymaster

    @karenstl: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-content h1, .entry-content h2, .entry-content h3 { font-weight: bold; }

    #13931
    GAHC
    Member

    How can I increase the body text on my homepage and the headline size?

    http://gildedagehistorychannel.com/

    #13936
    GAHC
    Member

    Actually just the header that read “The Gilded Age”

    #13951
    Sakin
    Keymaster

    @GAHC: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to increase the size of Homepage message.

    @media screen and (min-width: 1000px) { 
    #homepage-message { font-size: 40px; }
    }
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Font size and bold’ is closed to new replies.