[Support request] HR Thickness

Home Forums Support [Support request] HR Thickness

Home Forums Support HR Thickness

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1115624
    thehardhatguy

    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?

    #1115665
    Leo
    Staff
    Customer Support

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.