Home page post font
-
I changed the post font on the individual post page with code from another Forum post using
.post-text {
font-family: Arial, sans-serif;
color: #111111;I would now like to match that font on my home page post taglines. Can you please supply code for that purpose?
The blog I need help with is: (visible only to logged in users)
-
Hi.
You can replace this line in the code that you’re using:
.post-text {
with:
.post-text, .excerpt {
-
-
- The topic ‘Home page post font’ is closed to new replies.