Shopify themes, liquid, logos, and UX
Hi,
Could you please help me to make BOLD text for menu and product name description for theme refresh ver. 8.00 ?
Thank you!
TheOfficialMerchant
Solved! Go to the solution
This is an accepted solution.
To make menu text and product name description Bold follow below steps :
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find layout > theme.liquid and paste this at the bottom of the file:
<style>
.header__menu-item.list-menu__item{
font-weight: 700 !important;
}
.card__information .card__heading a{
font-weight: 700 !important;
}
</style>
Hope this work well.
Best Regards !
This is an accepted solution.
To make menu text and product name description Bold follow below steps :
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find layout > theme.liquid and paste this at the bottom of the file:
<style>
.header__menu-item.list-menu__item{
font-weight: 700 !important;
}
.card__information .card__heading a{
font-weight: 700 !important;
}
</style>
Hope this work well.
Best Regards !
Thank you ! This is perfect for my needs
Can you help me make the featured product bold?
Hi @theofficialmerc,
Glad to support you today.
You can check out my suggestion below to get your concern resolved.
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
.header__menu-item, .menu-drawer__menu-item, .card__information .card__heading a {
font-weight: bold !important;
}
</style>
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.header__menu-item, .menu-drawer__menu-item, .card__information .card__heading a {
font-weight: bold !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025