Change font size vendor name

Change font size vendor name

Luxurymrkt
Globetrotter
741 2 156

 Hi,

 

I wanted to change the font size to 24px on vendor name on product page only my site is https://uvbrjmmk8cuwxque-84365082931.shopifypreview.com

45ECD06A-D021-4178-B1B2-B560ABCD7864.jpeg

Thank You | mike
Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @Luxurymrkt

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.product-item__product-vendor {
    font-size: 24px !important;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

topnewyork
Astronaut
1299 160 217

Hi @Luxurymrkt , kindly use the below code:

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.product-item__product-vendor {
    font-size: 24px !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

Vinsinfo
Shopify Partner
489 165 169

@Luxurymrkt Please follow below steps to change the font size for vendor name on product page.

 

1. From admin go to "Online Store" -> "Themes".
2. Click action button from the current theme and select "Edit code".
3. Go to "theme.css" file and paste the below code in the bottom of the file.

 

.template-product .main-product-section .product__details .product__vendor a {
    font-size: 24px;
}

 

 
Result will be like,
Vinsinfo_0-1724830425188.png

 

 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support