orryan4918 Posted May 26, 2020 Share Posted May 26, 2020 Site URL: https://prehealthpivot.com/ I need to implement dividers (i.e., pipe) between navigation values for header bar content. For example, make the following happen for non-mobile header bar content: About Us | Industry Options | Insights | Contact Us Link to comment
derricksrandomviews Posted May 26, 2020 Share Posted May 26, 2020 (edited) Add to custom CSS and you can change the color by changing the #000 to another hex number. Color Hex Color Codes /* Add vertical links */ .site-navigation .nav-item { border-right: 1px solid #000 !important; } /* Hide vertical last item */ .site-navigation .nav-item:last-child { border-right: none !important; } /* Change spacing */ .site-navigation .nav-item span { padding-right: 10px; } Color Hex Color Codes Edited May 26, 2020 by derricksrandomviews Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment