Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #942902

    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.

    #943359

    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

    #943453

    That’s great Rikard. Please close.

    Thanks

    Huw

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Thinner colour section thickness’ is closed to new replies.