Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #59045
    tinlee
    Member

    Hi all,
    Im using Simple Catch to build my own site http://www.bluecavedivers.com. I have to say that’s the one I like very much, sharp and clean. As I am a such layman to WordPress, so I need to try many things to carry out everything I like.
    I would like change the fonts and sizes of the heading which is a 2-rows array besides to the square logo, however I do not know anything about CSS and codes, that’s why I am disturbing and asking help.
    Thank you so much for your times and looking forward your replies!

    #59059
    Sakin
    Keymaster

    @tinlee: I am not sure which heading you want to change. So, I am giving you the range of css, where you can change the font size as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Main Site Title */
    #site-title {
        font-size: 45px;
    }
    /* Site Tagline */
    #site-description {
        font-size: 14px;
    }
    /* Post Title */
    #main #content .post h1, 
    #main #content .post h2.entry-title {
        font-size: 34px;
    }
    #59067
    tinlee
    Member

    Hi Sakin,
    Thank you so much for teaching! what I want to change is the font of the header which just besides the SC logo. Anyway, I want to learn the ways to change every font, as I can custom my web page by using this azmazing theme. 🙂

    #59068
    tinlee
    Member

    @Sakin Would you please tell me how to change the font as well? Cheers! 🙂

    #59116
    tinlee
    Member

    Hi Sakin, sorry for disturbing! Im still waiting for the resolution for changing fonts, would you please help again? Thanks a lot! 😛

    #59159
    Sakin
    Keymaster

    @tinlee: To change the font, you either need to upgrade to pro version where you have Font Family options or you need to use Font plugin. Try searching for Font plugin at WordPress.org. Then the css will be as below:

    #site-title { font-family: "Lobster";  }
    #site-description { font-family: Arial,sans-serif; }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font and size changing, please help!’ is closed to new replies.