Tagged: 

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

    Hi, I want to change the size and color of the fonts in a blog element.
    See the bottom of this page where the blog element is. I would like the
    fonts to match the rest of the page. How might I do this? Help?

    #1064372

    Hey MeghanNathanson,
    Thank you for the link, I took a look and it seems that the font for the blog and the “About” section above are the same, so to match the font size Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    article.post-entry p {
    font-size: 13px !important;
    }
    

    For the blog titles do you want them to be the same size and color as the “News and Writings” title?

    Best regards,
    Mike

    #1065618

    Hi Mike, thanks so much!! Yes I would like to have the blog titles be the same color as “News and Writings”.

    #1065776

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    h2.post-title.entry-title a {
    font-size: 22px !important;
    color: rgb(31, 135, 139) !important;
    font-weight: 700 !important; 
    }

    Best regards,
    Mike

    #1066027

    That worked perfectly! Thank you Mike.

    #1066086

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing font size and color in blog element’ is closed to new replies.