Changing Price Font Size To Bold For Spotlight Theme On Product Page

Topic summary

Goal: Make the product price more prominent (larger, bold, purple) in the Spotlight theme; also style sale price and compare-at price to match a provided screenshot.

Key steps taken:

  • Store preview URL was shared for review.
  • A contributor provided CSS and edit steps: Online Store > Themes > Edit code > Assets (base.css/style.css/theme.css). Add:
    span.price-item.price-item–regular { color: #963bce; font-weight: 900; font-size: 25px; }
  • Result image shows the regular price successfully updated to bold purple at a larger size.

Current status and open questions:

  • The requester now wants the same styling applied to sale price and compare-at price.
  • Helper noted no compare-at prices visible on current products, so couldn’t verify selectors.
  • No CSS for sale/compare-at price has been provided yet; the thread remains open awaiting code or confirmation of the relevant price states on products.

Notes:

  • Images are central to understanding the desired and achieved appearance.
  • No final resolution; next step is identifying/applying the correct CSS selectors for sale and compare-at prices in Spotlight.
Summarized with AI on January 3. AI used: gpt-5.

Hi, I wanted to increase the font-size of my price tag on the product page and make it Bold and in purple color. How can I make this happen? This is how I want it to look.

1 Like

Hey @Donidon

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hi @Donidon

Would you mind to share your store URL? Thanks!

https://jnophzwmyyhzput1-67224862957.shopifypreview.com

1 Like

Thanks for the info, Check 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:

span.price-item.price-item--regular {
    color: #963bce;
    font-weight: 900;
    font-size: 25px;
}

And Save.

Result:

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

2 Likes

Thanks !!

How can i make it like this in sale price as well? compare at price

1 Like

Oh, that what i want to ask but I didnt see any compare prices in your products.

Yes, I need it to look like this

is it possible to do? What code do I need to add ?

i need your help