Make bigger titles in posts in blog homepage

Home Forums Support Make bigger titles in posts in blog homepage

Home Forums Support Make bigger titles in posts in blog homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198907
    Elio Martinez

    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.

    #198918
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Do you have any CSS regarding the H2 tag in your child CSS?

    #198922
    Elio Martinez

    Yes, but it is the same that yesterday, I haven’t changed anything:

    h2 {
    	font-size: 20px;
    	margin-bottom: 20px;
    	line-height: 1.2em;
    }
    #198926
    Tom
    Lead Developer
    Lead Developer

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.