[Support request] How to make small colored bar below white header

Home Forums Support [Support request] How to make small colored bar below white header

Home Forums Support How to make small colored bar below white header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1287988
    Will

    I want to make a very thin colored bar at the bottom of my header like the one on this site: https://www.nailproducts.reviews/

    Thanks!

    #1288499
    David
    Staff
    Customer Support

    Hi there,

    if you’re using the Site Header then add this CSS:

    .site-header {
        border-bottom: 1px solid #000;
    }

    If its the primary nav then use this:

    .main-navigation  {
        border-bottom: 1px solid #000;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.