Hello @mummyheartsyou,
Hope you are having a great day and thanks for contacting us!
Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
.blog-feed > h2 { font-size: 45px; }
Please, let me know if you need any further assistance.
Kind regards,
Diego
Thank you!!
Would you kn ow how to get rid of the box? Its appeared from nowhere!
Many Thanks
Anna-Marie
Hi Anna-Marie,
It’s easy to remove it, just use this code:
.blog-feed > h2:after {
content: ""; }
Please, let me know if you need any further assistance.
Kind regards,
Diego
-
This reply was modified 8 years, 2 months ago by
corewpress.
Thank you so much! Its all looking near enough perfect! One more thing before I stop with the questions!
I want to enlarge “favourite posts” under the slider , how would I do that? I would like it to match the blog feed header which is currently font size 55
Kind Regards
Anna-Marie
@mummyheartsyou:
.frontpage-featured-posts .block-title {
font-size: 55px;
}