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!
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.
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
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.
Hello @tschris
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This worked, thank you!