Archived topic
Make bigger titles in posts in blog homepage
3 replies · Started by Elio Martinez on June 2, 2016
Hi Tom,
Yesterday I updated the add-ons and theme and now the titles the posts on my homepage are very small. I am looking to make the change in the custom appearance but I don't see how to do it.
Hi there,
Do you have any CSS regarding the H2 tag in your child CSS?
Yes, but it is the same that yesterday, I haven’t changed anything:
h2 {
font-size: 20px;
margin-bottom: 20px;
line-height: 1.2em;
}
You were playing with minifying plugins though, right? They probably changed the order so your child theme CSS trumps the Customizer CSS (as it should).
You can adjust that 20px to whatever you like.
