[Support request] Underline headers (h1, h2…)

Home Forums Support [Support request] Underline headers (h1, h2…)

Home Forums Support Underline headers (h1, h2…)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #766481
    Jesús

    Hi all,

    I wonder if there is a way to put an underline to each h1, h2 …

    Thank you.

    #766839
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try this CSS:

    .entry-content h1,
    .entry-content h2 {
        border-bottom: 1px solid #000;
    }

    Let me know 🙂

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