I’m trying to create a thick solid line after my header and before my first section. When I try to do this by using colour on a colour section the line is much thicker than I want. How do I do this please. I’ve looked at separator/whitespace element but can’t see an option.
Hey ehdavies,
Are you looking to have that on all pages? If so you can try this:
#header {
border-bottom: 10px solid red;
}
If you only want it on that particular page then please try this:
.page-id-4952 #header {
border-bottom: 10px solid red;
}
Best regards,
Rikard
That’s great Rikard. Please close.
Thanks
Huw