Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52663
    andriansah
    Member

    Hi
    How do I make site title and description bigger?

    I try add in custom css

    
    #site-title {
        font-size: 32px;
        font-family: sans-serif,Arial;
    }
    
    #site-description {
    	font-family:  Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; /* Type of Font */ 
            font-size: 18px;
    }
    
    body {
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; /* Type of Font */
    font-size: 16px; /* Size of Font */
    line-height: 24px; /* Line Height of Font */
    }
    

    but It can’t make bigger

    Thanks

    #52685
    Sakin
    Keymaster

    @andriansah: Current font size of the title and description is 36px and 14px respectively. If you want larger then increase the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 960px) {
    #site-title { font-size: 36px; }
    #site-description { font-size: 14px; }
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to make site title and description font bigger’ is closed to new replies.