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,
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 ![]()
Hello @Luxurymrkt
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
@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.
HI @Luxurymrkt , kindly use the following code:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!