Home Forums Lorina customizing h1 – h6 Reply To: customizing h1 – h6

#11400
Andy
Keymaster

Use this code:

#grid-loop article .entry-title {
    font-size: 24px;
}

or to hide the titles, use this:

#grid-loop article .entry-title {
    display: none;
}