How To BOLD menu text and product name description?

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

1 Like

@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:

Hope this work well.

Best Regards !

3 Likes

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:

  1. add my code above the tag on Theme.liquid:

Hope you find my answer helpful!

Kind & Best regards,
GemPages Support Team.

1 Like

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

Thank you ! This is perfect for my needs

Can you help me make the featured product bold?