Change blog, calendar, and song search text from grey to black.

I would like to make the grey text on my song search results page black. Right now the song search results show up as a light grey. I would also like to increase this text size slightly to make it more readable

I’m not exactly sure how I would go about updating the CSS code to reflect this change.

Any help would be appreciated!

Hello there,

I hope your day is going well.

You can change the color and font size using the following CSS code, simply go to Appearance > Customize > Additional CSS and paste the code there:


#blog .blog-post .blog-post-title {
font-size: 30px;
color: black;
}

Best Regards,
Support