How To BOLD menu text and product name description?

Solved

How To BOLD menu text and product name description?

theofficialmerc
Visitor
2 0 1

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

Accepted Solution (1)

infoatcodelab7
Shopify Partner
593 141 157

This is an accepted solution.

@theofficialmerc 

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 !

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com

View solution in original post

Replies 5 (5)

infoatcodelab7
Shopify Partner
593 141 157

This is an accepted solution.

@theofficialmerc 

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 !

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com
theofficialmerc
Visitor
2 0 1

Thank you ! This is perfect for my needs

tharaka45
Visitor
1 0 0

Can you help me make the featured product bold?

Capture12.PNG

GemPages
Shopify Partner
5625 1262 1283

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:

 

GemPages_0-1678083541121.png

 

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.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

PageFly-Victor
Shopify Partner
7865 1786 3133

Hi @theofficialmerc 

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