Site icon Catch Themes

How to make site title and description font bigger

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
Exit mobile version