Tagged: Fonts
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?
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
Hi Mike, thanks so much!! Yes I would like to have the blog titles be the same color as “News and Writings”.
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
That worked perfectly! Thank you Mike.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon