Put my product title bold

Hello, i would like to put my product title in bold please.
How can I do it ? On my collection page

https://www.alfjewelry.com/collections/all
Password: andrew03

1 Like

Hello @thomas93410

Go to Online Store, then Theme, and select Edit Code.
Search for assets/plain-jane.css Add the provided code at the end of the file.

.product-title-collection-mobile {
font-weight: bold;
}

Hello, thanks but it not working

Hi @thomas93410

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “theme. Liquid” file. Find the tag and paste the code below before the tag.

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!