Shopify themes, liquid, logos, and UX
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.
@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
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
Hello @tschris
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.footer-column .footer-navigation:nth-child(2) ul li:nth-child(5) a {
font-weight: bolder !important;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This worked, thank you!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024