[Resolved] Bottom Border for Header Element

Home Forums Support [Resolved] Bottom Border for Header Element

Home Forums Support Bottom Border for Header Element

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1207165
    lunatrix

    I have created a header element with a custom (not feature image) background. I would like to add a border to the bottom of the image, but it is down too far. I tried “inspect element” but there’s no css class that specifically targets the background image.

    I have the main menu set to display down about 1/2 below the header background, if that means anything.

    #1207254
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .page-hero {
        border-bottom: 4px solid #000;
    }
    #1207266
    lunatrix

    Perfect! That’s exactly what I was looking for 🙂

    #1207280
    David
    Staff
    Customer Support

    You’re welcome

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