(CSS) How do I change text font and size ?
-
How do I change the font and size of
“Leave a Reply”
to verdeana and 12PX?
bigger like “RELATED ARTICLES”
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hey there!
You can target ‘Leave a Reply’ using the following CSS selector:
#respond h3So, the whole CSS snippet that you’d need would be as follows:
#respond h3 { font-family: "Verdana", Verdana, serif; font-size: 12px; }:)
- The topic ‘(CSS) How do I change text font and size ?’ is closed to new replies.