Site logo

Archived topic

Change margin over h2, h3, etc only in the ones inside posts

1 reply · Started by Jagoba on April 24, 2020

Viewing posts 1–2 of 2

Hi,

I would like to increase the top margin of the h2, h3, ... But only in the ones used inside posts, could you please tell me how to do it? thanks!

Hi there,

try this CSS:

.single .site-content h2,
.single .site-content h3,
.single .site-content h4,
.single .site-content h5,
.single .site-content h6 {
    margin-top: 2em;
}
This archived topic is closed to new replies.