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
Goal: Make the vendor name on product pages display at 24px font size in a Shopify theme.
Proposed solutions:
Context/notes:
Status:
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
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 tag:
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 ![]()
Hi @Luxurymrkt , kindly use the below code:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
@Luxurymrkt Please follow below steps to change the font size for vendor name on product page.
.template-product .main-product-section .product__details .product__vendor a {
font-size: 24px;
}
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.