Hey Shopify community. I’m looking to add a border around my header menu buttons as the title would suggest. I’m using the debut theme and my web url is fnvintage.com
Thanks in advance ![]()
Hey Shopify community. I’m looking to add a border around my header menu buttons as the title would suggest. I’m using the debut theme and my web url is fnvintage.com
Thanks in advance ![]()
Hey @fnvintage
Try this CSS class.
Add code assets/theme.scss.liquid Or assets/timber.scss.liquid bottom of the file
.site-nav--centered .site-nav__link {border: 1px solid #436076;}
Hope this will work for you.
Thanks!
Please add this css at the end of your theme.scss
.site-nav__link {
border: 1px solid #000000;
}
if you liked my solution, please accept it as solution and please like
Really appreciate each of your help and responding so quickly.
Is there a way to make the bar span the entire page?
Is there a way to make the bar span the entire page?
Not clear to me please explain properly.
Thanks!