Shopify themes, liquid, logos, and UX
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
Thanks in advance!
Solved! Go to the solution
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
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.
Hello @Trivin
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.
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.
again add this
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.
Have made this change. Are you able to see it?
I don't see any change on the product page.
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.
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
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.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025