Archived topic
Edit Font for Testimonials
3 replies · Started by James on October 19, 2021
Hi, do you know how to make the Testimonials block font smaller? Look on this page:
https://yoursecretself.com/p-2/
Hi James,
Are you pertaining to this body of text? https://share.getcloudapp.com/llukwxAR
If yes, try this CSS:
blockquote.wp-block-quote {
font-size: 16px;
}
where do i add this code?
It's a CSS.
Here's how to add CSS - https://docs.generatepress.com/article/adding-css/
The easy way is by adding it through Appearance > customize > Additional CSS. You should see a code area. You can add it there. :D