Site logo

Archived topic

Reduce the Heading H2 and margin images only on blog archives

6 replies · Started by Manuel on May 3, 2022

Viewing posts 1–7 of 7

Hi,

Two questions, but similar problem!

First, I would like to reduce the H2 title but only on the blog archives. If I use the customizer Typography>Headings I can change it very easily but changing me also on the blog and everywhere. Is it possible to add some CCS code to reduce the H2 only on the blog Archives?

Secondly, I would like to reduce totally the margin between the images on the blog archives. I found it Layout>Container>Separator but making it everywhere. Is it possible to make it only for the blog Archives?

Here you are my blog archives page: https://rebelrepublikart.com/the-design-collection/

In advance thank you so much for your time!
Manuel

Hi there,

1. in the Typography list you will see the Archive Content Title (H2) - its styles only apply to archive/blog titles.

2. Try this CSS:

.generate-columns-container .post-image {
    margin-bottom: 0.5em !important;
}

Sorry David I didn't see the Archive Content Title (H2)! So easy.

The CSS .generate-columns-container .post-image that you gave me reduce the margin between the image and the text, on every lines. So is good, but didn't reduce the space between two line, I mean between the Title above and the image under, of the next line.
Thanks David,
Manuel

Thank you again David. You are so nice and so efficient!
Thanks,
Manuel

Glad to be of help!

Fantastic support!

This archived topic is closed to new replies.