Jump to content

How do I add vertical bars ( | ) between navigation menu items? Version 7.0 Brine Template

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Add the following to Design > Custom CSS.

body:not( .tweak-header-primary-nav-hover-style-button ) .Header-nav--primary .Header-nav-item {

  margin-right: 0;
  
  }

body:not( .tweak-header-primary-nav-hover-style-button ) .Header-nav--primary .Header-nav-item:after {

  content: '|';
  margin-left: 0.618em;
  margin-right: 0;
  
  }

body:not( .tweak-header-primary-nav-hover-style-button ) .Header-nav--primary .Header-nav-item:last-child:after {

  display: none;
  
  }

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support!

Link to comment
8 hours ago, creedon said:

Add the following to Design > Custom CSS.


body:not( .tweak-header-primary-nav-hover-style-button ) .Header-nav--primary .Header-nav-item {

  margin-right: 0;
  
  }

body:not( .tweak-header-primary-nav-hover-style-button ) .Header-nav--primary .Header-nav-item:after {

  content: '|';
  margin-left: 0.618em;
  margin-right: 0;
  
  }

body:not( .tweak-header-primary-nav-hover-style-button ) .Header-nav--primary .Header-nav-item:last-child:after {

  display: none;
  
  }

Let us know how it goes.

Thank you so much, creedon!  It worked perfectly :)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.