Reply To: customizing h1 – h6 Home › Forums › Lorina › customizing h1 – h6 › Reply To: customizing h1 – h6 July 16, 2020 at 8:46 am #11400 AndyKeymaster 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; }