Archived topic
How can I change the font size of H2 tags BUT only on the front page?
3 replies · Started by bramtim on February 15, 2021
Viewing posts 1–4 of 4
How can I change the font size of H2 tags BUT only on the front page? I am trying to make more of a grid layout but the h2 font size is a bit too large and I only want to change it on the front/index page. What css selectors can I use to do that?
Hi bramtim,
You could try this CSS selector: .home h2
Thanks! That worked great!
You are welcome :)
This archived topic is closed to new replies.