How can I make a single navigation link bold?

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.

1 Like

Hello @Bottchers_dk ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.css → paste bellow code in bottom of file
a[href="/pages/kommer-snart"] {
    font-weight: bold;
}

Thanks

1 Like
a[href="/pages/kommer-snart"] {
    font-weight: bold !important;
}

@Bottchers_dk
Add this code in the bottom of the theme.css

@Guleria

Thank you so much!
It worked perfectly :slightly_smiling_face:

Best,
Lucas

@Zworthkey

Thank you for being on the spot again!

1 Like