Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #502132

    How can I change just the font in blog posts?

    Thank you.

    #502230

    Hi envatojlc,

    Do you want to change all of the text in all of your blog posts? Please post a link to your site.

    Regards,
    Rikard

    #502317

    The website is in development. Here is the link to the website.

    http://tanuri.wpengine.com

    The text that I want to control is below the title, “Board of Directors’ Meetings”. I would also like to control the color and style. Thank you for the help.

    — John

    #502431

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-10 .av_one_fourth .entry-content p {
    font-family: arial !important;
    color: red !important;
    }

    Best regards,
    Rikard

    #504222

    Thank you. That works great on the homepage. I took the code and added it to my Enfold Child.

    Also, I want to put the same blog post that is on the home page (http://tanuri.wpengine.com) on most or all of the other static pages in the website. How can I do that so that font size, style, color, etc are the same on each time? I added the same blog post to another page (http://tanuri.wpengine.com/board-of-directors-minutes/) (hosted on WPengine) but the text styling did not carryover.

    Thank you,

    — John

    #504250

    Hey!

    Try adding the code inside a codeblock element in each page where you want to use it and remove the page ID like so.

    <style type = "text/css">
    .av_one_fourth .entry-content p {
    font-family: arial !important;
    color: red !important;
    }
    </style>

    Best regards,
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.