This topic has 9 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
I’ve trying to edit the font size for the Product Name on the Single product page. Editing the fonts in the typography has no effect
Hello,
Add the next code in Theme Options > Custom CSS:
.single-product-page .product-info .product_title {
font-size: 20px;
line-height: 1.2;
}
Regards
Thanks! That worked. Why did it suddenly get huge anyway?
i guess my question for going forward is why editing of the typography in the Theme options does not affect this? Will editing those fields change anything? I thought I was editing the right place since I found what I though was the right font style using inspect. I don’t want to keep bugging you.
Hello,
Because single product title does not have special option for the font-size and global h4 font-size does not overwrite styles of the product title. So, use the custom CSS to change it.
Regards
Would I do better to change to xstore theme than just keep doing custome css? It appears more modern and flexible
Hello,
Yes, no problem. Buy the XStore theme and then submit refund request for the Legenda theme https://themeforest.net/refund_requests/new
Regards
Thanks, but I would never do that. I’ve been using Legenda for YEARS. I was just wondering how difficult the switch would be.
Hello,
XStore also uses the WPBakery page builder to create page content, so migration won’t be very difficult I think. But you will need some time to migrate of course.
You may try migration at the staging site first to check the results, to test everything. And them move it to production.
Regards
You must be logged in to reply to this topic.Log in/Sign up