Increase size & make bold vendor name on product page

Solved

Increase size & make bold vendor name on product page

Trivin
Tourist
27 0 2

Hello!

 

The vendor (brand) name on the product page is quite small. Could you please help me with the code increase the font size across mobile & desktop and also make it BOLD across all product pages. Below is one example - 

 

https://www.gemopticians.com/products/burberry-4291-3001-g-38

 

Trivin_0-1721577645945.png

 

Thanks in advance!

 

Accepted Solutions (2)

Guleria
Shopify Partner
3992 795 1134

This is an accepted solution.

Hello @Trivin ,

 

Follow these steps:

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

2. Open your theme.css file and paste the following code at the bottom:

h2.ProductMeta__Vendor.Heading.u-h6 {
    font-size: 18px;
    font-weight: 800;
}

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

Yes, Why not

 

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com

View solution in original post

Replies 7 (7)

AK_Design_Dev
Shopify Partner
187 16 16

Hello @Trivin 

.template-product .ProductMeta__Vendor {
       font-weight: 700;
       font-size: 16px;
}

 

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com
Trivin
Tourist
27 0 2

Hello @AK_Design_Dev 

 

I add this code to the theme.css file but I don't see any change on the product page. 

 

Request you to help! As mentioned, would like to increase the font size and also make it bold.

AK_Design_Dev
Shopify Partner
187 16 16

again add this 

.template-product .ProductMeta__Vendor {
       font-weight: 700;
       font-size: 16px;
}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com
Trivin
Tourist
27 0 2

Have made this change. Are you able to see it?

I don't see any change on the product page.

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

Yes, Why not

 

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com

Guleria
Shopify Partner
3992 795 1134

This is an accepted solution.

Hello @Trivin ,

 

Follow these steps:

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

2. Open your theme.css file and paste the following code at the bottom:

h2.ProductMeta__Vendor.Heading.u-h6 {
    font-size: 18px;
    font-weight: 800;
}

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

PageFly-Richard
Shopify Partner
4902 1102 1779

This is Richard from PageFly - Shopify Page Builder App

 

Hi @Trivin  Please add code here to change font-size:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
 .ProductMeta__Vendor.Heading{
    font-size: 20px !important;
    font-weight: 700 !important;
}

</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.