• Resolved jzgilani

    (@jzgilani)


    Thank you for a great theme.

    I’d like to ask about:

    1. changing the post title font
    2. changing the post title font size
    3. centering the post title on the homepage.

    Thank you

Viewing 1 replies (of 1 total)
  • Theme Author Srini G

    (@srinig)

    In the theme customizer interface, under ‘Other Settings’, you can find a provision to provide your own custom CSS. You can put in that box something like the code below.

    .entry-title {
    	font-family: Sans;
    	font-size: 20px;
    	text-align: center;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Post Title Font’ is closed to new replies.