Put my product title bold

Topic summary

A user seeks help making product titles bold on their collection page at alfjewelry.com.

Initial Solution Attempted:

  • Add CSS code to assets/plain-jane.css file:
    .product-title-collection-mobile {
      font-weight: bold;
    }
    
  • This approach did not work for the user.

Alternative Solution Proposed:

  • Insert custom CSS code in the theme.liquid file, specifically before the </body> tag.
  • The exact CSS code appears corrupted/unreadable in the conversation.

Current Status:

  • The issue remains unresolved as the first solution failed.
  • Awaiting confirmation on whether the second approach works.
  • Screenshots were shared showing the collection page layout and code implementation attempts.
Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

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!