• Resolved Ankari

    (@ankariisme)


    Hi, I was wondering if there’s a way to change the font face and size in pages and posts specifically, and for centering the text as well. Is there custom CSS code for this anywhere?

    Thank you for your hard work, I love this theme!

    • This topic was modified 4 years, 1 month ago by Ankari.
    • This topic was modified 4 years, 1 month ago by Ankari.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tajam

    (@tajam)

    Hi, you can use this sample css code to change the style of single post and page content:

    .post-single .entry-content {
    	font-family: Arial;
    	font-size: 20px;
    	text-align: center;
    }
    Thread Starter Ankari

    (@ankariisme)

    That worked like a charm, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font face and size (page content)’ is closed to new replies.