How do I make thick product title and thick price?

Topic summary

A user wants to make their product title and price appear bold/thick on their store. They’ve included a screenshot showing the current appearance.

Solution Provided:

A PageFly representative offered CSS code to achieve this:

  1. Navigate to Online Store → Theme → Edit code
  2. Locate the base.css file
  3. Add the following CSS at the bottom:
    .product__title h1, .price-item {
      font-weight: bold !important;
    }
    
  4. Save the changes

Status: Another community member requested the store URL and password (if unpublished) to provide additional assistance. The thread appears to have a working solution but may benefit from testing on the actual store.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

Hello, I would like to m


ake my product title and price thick/bold.

1 Like

Hi @OnePunch

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Hi @OnePunch

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.product__title h1, .price-item {

font-weight: bold !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly