Archived topic
HR Thickness
1 reply · Started by thehardhatguy on December 27, 2019
Viewing posts 1–2 of 2
I want to be able to make the HR lines thicker for some pages but not others. For instance, on this page the HR lines are too thin and hard to see. How can I designate thicker HR lines on specific pages but not site wide?
Hi there,
Try this CSS:
body.postid-108 hr {
height: 5px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.