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 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024