Hi!
I’m looking into making one of my navigation links bold, and the rest normal text weight.
Can anyone guide me how to do that?
I’ve attached a picture of my store navigation, and dropped a link for the page too.
Hi!
I’m looking into making one of my navigation links bold, and the rest normal text weight.
Can anyone guide me how to do that?
I’ve attached a picture of my store navigation, and dropped a link for the page too.
Hello @Bottchers_dk ,
a[href="/pages/kommer-snart"] {
font-weight: bold;
}
Thanks
a[href="/pages/kommer-snart"] {
font-weight: bold !important;
}
@Bottchers_dk
Add this code in the bottom of the theme.css
Thank you for being on the spot again!