britthatch Posted December 8, 2020 Posted December 8, 2020 I am trying to locate custom CSS to be able to add vertical bars between my navigation menu. I am using the Brine template. Example: SHOP | CONTACT | BLOG
creedon Posted December 8, 2020 Posted December 8, 2020 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 the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
britthatch Posted December 8, 2020 Author Posted December 8, 2020 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 :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.