• Resolved antoniocarloslima

    (@antoniocarloslima)


    Hello!

    I would like to have a “line” to divide the header of the rest of the blog. This line would be between the menu and the first post. It’s possible?

    Thankful,

Viewing 1 replies (of 1 total)
  • Theme Author David Vongries

    (@davidvongries)

    Hi @antoniocarloslima,

    you can add the following CSS to the Additional CSS tab in the WordPress customizer to add a bottom border to the navigation:

    .wpbf-navigation {
    border-bottom: 2px solid #000000; // Make sure to change the color to your liking.
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Line below the header’ is closed to new replies.