Make Product Title on Collection Pages Semi Bold in Halo Theme

Hi,

I am using the Halo theme and just need code to make the product titles on the collection pages semi-bold as the theme editor does not seem to change this as it should.

My website: www.pictureperfectinteriors.co.uk

Thank you!

2 Likes

Hello @LeanneJ12

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
h1.productView-title {
font-weight: bold;
}
.collection-title {
font-weight: bold;
}

Hi @LeanneJ12

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#shopify-section-template--16790843654370__21332ad6-fc4b-41a1-baf2-8c6ce90d5d66 a.card-title.link-underline.card-title-ellipsis {
    font-weight: 600;
}

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @Made4uo-Ribe ,

Thank you for the reply and suggestion. I still seem to be struggling with this - your code has worked for the homepage on the New Arrivals section but not on the actual collection pages for all the product titles?

Best wishes,

1 Like

Oh, I just follow what you’ve said “to make the product titles on the collection pages”, I thought it must be only on the collection pages. :sweat_smile: You mean you like it in all products titles? If that so try this one.

Same Instruction.

h1.productView-title.element-spacing {
    font-weight: 600;
}
.card-information a.card-title.link-underline.card-title-ellipsis {
     font-weight: 600;
}

Result:

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @LeanneJ12 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

1 Like

Hi @Beae_Cass ,

That works perfectly, thank you so much!

Best wishes,

1 Like

I am very happy to have helped you. If you have any further problems, don’t hesitate. Have a good day