How can I bold a specific footer menu item?

Hi, I’d like to bold one specific item in one of my footer menus, specifically the one that says “Wholesale Login”

Is this possible and/or does anyone have any advice on how to proceed? I’m using the Boost theme.

Thanks!

@tschris Please send me store url.

1 Like

Hello @tschris

Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?

Kind & Best regards,
GemPages Support Team

1 Like

Heya, here you go! www.turtlessoup.com

It’s www.turtlessoup.com

@tschris
Add this code at the bottom of the style.css file.

navigation:nth-child(2) ul li:nth-child(5) a {
    font-weight: bolder !important;
}

Thank You.

1 Like

Hello @tschris

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

This worked, thank you!