• OK so I am using the Kadence template. I am trying to create an green empty top bar strip within the header that is just above the navigation using the customiser. However, it seems that without content, the row is invisible. However, I just want a green bar above the navigation.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @flamey23

    For this case, I recommend using CSS. For example, add the following CSS and adjust the size and color to suit your purposes. Try the CSS and let us know if it works for you.

    header#masthead {
        border-top: 25px solid green;
    }
    Thread Starter flamey23

    (@flamey23)

    Thanks:) This works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top bar above navigation’ is closed to new replies.