Site logo

Archived topic

need to draw a line between my header and content

1 reply · Started by raghu on April 5, 2019

Viewing posts 1–2 of 2

How can i draw a line between My Header menu and content (Post).

Hi there,

try this CSS, change the # color to suit:

.site-header {
    border-bottom: 1px solid #000000;
}
This archived topic is closed to new replies.