Archived topic
Bottom Border for Header Element
3 replies · Started by lunatrix on March 23, 2020
Viewing posts 1–4 of 4
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.
Hi there,
try this CSS:
.page-hero {
border-bottom: 4px solid #000;
}
Perfect! That's exactly what I was looking for :)
You're welcome
This archived topic is closed to new replies.