Archived topic
Underline headers (h1, h2...)
1 reply · Started by Jesús on December 27, 2018
Viewing posts 1–2 of 2
Hi all,
I wonder if there is a way to put an underline to each h1, h2 ...
Thank you.
Hi there,
You could try this CSS:
.entry-content h1,
.entry-content h2 {
border-bottom: 1px solid #000;
}
Let me know :)
This archived topic is closed to new replies.