How do i make product title bold?

How do i make product title bold?

timelessracing
Excursionist
37 1 26

Hello, i would like to make the title of my products bold. How do i do this? 

https://timelessracingco.com/products/bear-t-shirt-copy

Screenshot 2025-03-29 at 5.18.59 PM.png

Reply 1 (1)

CafeDelMar
Shopify Partner
163 36 45

Hi @timelessracing.

It looks already bold to me at the moment, but if you want to make it even bolder, here's how to do that:

1. Navigate to Sales Channels → Online Store → "Customize" button → Theme settings (Gear icon on the left sidebar) → Custom CSS
2. Add the following code:
@media screen and (max-width: 767px) {
	gp-text h1 {
		font-weight: 800 !important;
	}
}
3. Save (right top corner)
4. Hard refresh the storefront
 
If done correctly, the result should be like this:

Screenshot_3.png

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution