Change font on product titles only - Pipeline Theme

Theme: Pipeline 6.2.2

Our header font is Playfair Display and body font is Roboto.

I would like to change product titles only to RobotoBold as Playfair Display doesn’t look good when each letter is capitalised.

Thanks in advance for the code :crossed_fingers:

@JAFC Please send me store url.

@JAFC ,

please share the link…

Hello @JAFC ,

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hi this is the Store link / no password protection

Hello @JAFC ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved:

  1. Go to Edit code on Online Store:

  1. Add my code above the tag on file Theme.liquid:

Eg:

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

Hello @JAFC

I would like to give you a solution to support you:

  1. Go to Online Store-> Theme-> Edit code
  2. Open your theme.liquid theme file
  3. Paste the below code before :
<style>
h1.product__title {
font-family: 'Roboto' !important;
}
</style>

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Add this CSS at the bottom

Online Store ->Theme ->Edit code

Assets ->theme.css

.product__title {
    font-family: 'RobotoBold' !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly