[Resolved] How to Change the Font and Font Size of Blog page ?

Tagged: 

  • Author
    Posts
  • #5310

    JDEE1Tips
    Participant

    Hi,

    Everything is set !

    We are started migrating our blog from our old site to new one.

    We want to change the Font and Font size of our Blog content but we don’t have a option to change it.

    Can you please help us ? We will take your premium support before our go live (With in one month) . Its really worthy to take your premium support.

    Best Regards
    JDEE1Tips
    Systemic Software Solutions

    #5311

    Andrew Misplon
    Keymaster

    Hi JDEE1Tips

    Glad to hear you’re making progress.

    Appearance > Customize > Theme Design in the premium version does have font size settings. For now, if you wanted to change the font size in the blog only you could add something like this to your Custom CSS plugin.

    /* Blog */
    .blog .entry-content,
    .archive .entry-content,
    .single .entry-content {
    	font-size: 16px;
    }

    If you have a plugin like Simple Custom CSS installed you can add the above to Appearance > Custom CSS. Hope that helps, adjust as required.

    #5312

    JDEE1Tips
    Participant

    Hi Andrew,

    Thanks for your help ! We upgraded our account to premium.

    Can you please let me know when this option will be enabled ? We are still not able to see the option.

    Best Regards
    JDEE1Tips
    Systemic Software Solutions

    #5313

    Andrew Misplon
    Keymaster

    Thanks. You can upgrade from free to premium fromAppearance > Ultra Premium, click Already Paid? top right and enter your order number. Follow the prompts to upgrade. Then, go to Appearance > Customize > Theme Design > Content where you can adjust the font size.

    #5314

    Andrew Misplon
    Keymaster
    #5315

    JDEE1Tips
    Participant

    Thank you !

    We have not received the Order number. Can you please help us ?

    Best Regards
    JDEE1Tips
    Systemic Software Solutions

    #5316

    Andrew Misplon
    Keymaster
    This reply has been marked as private.
    #5318

    JDEE1Tips
    Participant

    Thank you Anderw !

    Premium account is activated but still we are not able to change the Font of our blog post. Whether we need to install any plugin ?

    Best Regards
    JDEE1Tips
    Systemic Software Solutions

    #5319

    Andrew Misplon
    Keymaster

    Glad to hear you’ve made progress. Have you checked Appearance > Customize > Theme Design > Content?

    Please, see: https://purothemes.com/documentation/ultra-theme/customizer/theme-design/content/

    #5320

    JDEE1Tips
    Participant

    Hi Andrew,

    We can able to see the option. This option is for entire website correct ?

    We just want to change the Blog post content font only. Is it possible ?

    Best Regards
    JDEE1Tips
    Systemic Software Solutions

    #5321

    Andrew Misplon
    Keymaster

    There, unfortunately, isn’t a blog specific section. It’s a tough balance between too many settings and just the right amount. If you have Simple Custom CSS installed, please, try my snippet inserted at Appearance > Custom CSS:

    /* Blog */
    .blog .entry-content,
    .archive .entry-content,
    .single .entry-content {
    	font-size: 16px;
    }
    #5322

    JDEE1Tips
    Participant

    Thank you ! We will try and update you.

    Best Regards
    JDEE1Tips
    Systemic Software Solutions

    #5323

    Andrew Misplon
    Keymaster

    For sure 🙂

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.

Scroll to top