- This topic has 2 replies, 2 voices, and was last updated 6 months, 2 weeks ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Editing formatting Similar Products
Hi,
How do I change the font and font size of the term SIMILAR PRODUCTS ?
See screenshot: https://ibb.co/THT0rfp
Thanks in advance.
Hi,
Kindly show us your website URL?
Regards,
Chris
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.related.products h2 { font-family: "Roboto", Sans-serif !important;}
@media screen and (max-width:479px) {
.related.products h2 { font-size:40px;}
}
Regards,
Chris