Hello,
How can I make a custom font css just for the blog posts (won’t work for pages)? Only blog ! p, h1, h2.
Best regards.
Hey koraytastan,
Please try something like this:
.single-post p, .single-post h1, .single-post h2 {
font-family:verdana !important;
}
Best regards,
Rikard
Hell Rikard,
It’s working. Thanks for help. (:
Best regards.