Hi team,
can we make change the font in product name in single product page as i marked in screenshot. like one word in another font and rest in another font.
This topic has 6 replies, 2 voices, and was last updated 7 months, 1 weeks ago ago by Vipin Saini
Hi team,
can we make change the font in product name in single product page as i marked in screenshot. like one word in another font and rest in another font.
here the screenshot of single product page where we want to change the font style in first 3 word large and rest word in italic small
Dear @Vipin Saini,
You can try with this solution:
1. Add b tag to your product title: https://tinyurl.com/2xlrez96.
2. Add this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.product_title b {
font-weight: 900 !important;
font-style: italic !important;
font-size: 60px !important;
}
Kind regards,
The 8Theme Team
hi team
thankyou for your reply!
if i have the product name is ” ||ROOTS|| Drape Napkin Vayu
so i want “||ROOTS||” in BOLD in larger
and Drape Napkin Vayu in italic in smaller.
as i shown in screenshot,
Hi @Vipin Saini,
Please remove the previous CSS code and add this custom CSS code instead:
.single-product h1.product_title {
font-style: italic;
font-size: 40px !important;
}
.single-product h1.product_title b {
font-weight: bold;
font-size: 60px !important;
font-style: normal;
}
Hope it helps!
Thanks for the support! My topic “can we change the fonts in product name in Bold and italic at single product page” has been successfully resolved.
The issue related to '‘can we change the fonts in product name in Bold and italic at single product page’' has been successfully resolved, and the topic is now closed for further responses