Primary font SIZE typography options for titles, post names.
-
Hello. I found the option to change the title of the product page, but where can I set the size?
Hello,
The product title is changed by custom CSS. Please add this custom CSS to Theme Settings > Custom CSS
.single-product-content .entry-title{
font-size: 20px;
}
Change font-size value as per your needs.
Best Regards
Thank you that worked. what can I enter for a code so that the size synonymous with the preview can be adjusted?
Hello,
Please provide the page link where you want to change the font.
Best Regards
I meen on the shop page the quick view.
Hello,
Please add this custom CSS to Theme Settings > Custom CSS:
.popup-quick-view .entry-summary .entry-title a {
font-size:12px;
}
/*shop page*/
.basel-hover-alt.purchasable .product-title {
margin-bottom: 8px;
font-size: 12px!important;
}
Change font-size value as per your needs.
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Primary font SIZE typography options for titles, post names.’ is closed to new replies.