Archived topic
want to change font size of excerpt
1 reply · Started by Sebastian K on January 20, 2022
I want to change font size of excerpt, which i have added in my all post (https://prnt.sc/26g69p7)
here is snapshot of that blog on home page : https://prnt.sc/26g690x
URL : https://wordpress-697037-2323514.cloudwaysapps.com/
Thanks
Yashvant
Hi there,
you can use this CSS:
.entry-summary {
font-size: 14px;
}
Or if you're using GP 3.1 Dynamic Typography in Customizer > Typography,
1. add New Typography.
2. select Target Element > Custom
3. in the Enter custom CSS selector field add: .entry-summary
4. Then set your font styles for that specific element