• Resolved sanjanars

    (@sanjanars)


    I would like to change the font of the “Welcome” section on the Home Page and the About Us page (and a few other sections) to the same font as the blog posts – Crimson Text from Google Fonts. Is there a way for me to do this? Someone else had changed the font for the blog posts for me but I was hoping to change these pages on my own. Thank you!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @sanjanars.

    Thank you for contacting us.

    This piece of CSS should do the trick

    h1.entry-title {
        font-family: 'Crimson Text', serif;
    }

    Just add it to Customize -> Additional CSS.

    Please let me know if it works and if you need other fonts related change.

    Kind regards.

    Thread Starter sanjanars

    (@sanjanars)

    Thank you for your prompt response! I was hoping to change the font of the text within the body of the Welcome section and not the header font. Is this possible to do through Additional CSS?

    Thread Starter sanjanars

    (@sanjanars)

    Similarly, I want to change the font of the content on the About Us page and the Classes & Content page to make the site uniform.

    No problems at all.

    This CSS should take care of that

    .page-content {
        font-family: 'Crimson Text', serif;
    }

    Place it to Customize -> Additional CSS too.

    Thread Starter sanjanars

    (@sanjanars)

    That is perfect. Thank you!

    There is only one page it did not word on – the Ayurvedic Essentials Shop page. Do you know why this might be?

    Its because it belongs to Woocommerce. Use this CSS to fix it:

    .page-description {
    	font-family: 'Crimson Text', serif;
    }
    Thread Starter sanjanars

    (@sanjanars)

    Great! Thanks for all your help!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Change Font in Posts’ is closed to new replies.