Solved

How to edit Product TYPE Font on Product page.

JordanWingrave
Tourist
5 0 2

Hi

I would like to know how to increase the font size and change the colour of Product Type. 

I am using the type function to display offers (renamed it offers) and would like to increase the font size.

Does anyone know where this is stored in Liquid to be able to 

JordanWingrave_0-1611161860133.png

Thanks in advance. 

Accepted Solution (1)
JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

Hello @JordanWingrave ,

Add the following to your style.css sheet:

.product-detail__type.type-wrapper {
    font-size: 0.8em;
}


Let me know if that works!  

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 5 (5)

JHKCreate
Shopify Expert
3571 639 916

Hello @JordanWingrave ,

Would you mind sharing your store's URL so we can solve this for you? Cheers!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
JordanWingrave
Tourist
5 0 2

Morning, 

Of course store URL is https://theentertainer.com.my/ 

Site password is - atiela 

Thanks in advance for your support 

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

Hello @JordanWingrave ,

Add the following to your style.css sheet:

.product-detail__type.type-wrapper {
    font-size: 0.8em;
}


Let me know if that works!  

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
JordanWingrave
Tourist
5 0 2

Perfect thankyou, this works perfectly. 

JordanWingrave_0-1611235748036.png

 

Pavlina_Slavche
Tourist
4 0 3

Hi,

What I would like to know if how did you make your "product type"info to appear in the collection page below the title. I only managed to add it to the product page. Thanks in advance!