Home page post font
The topic ‘Home page post font’ is closed to new replies.
Need help? Check out our Support site, then
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: cinemusefilms.com
Hi.
You can replace this line in the code that you’re using:
.post-text {
with:
.post-text, .excerpt {
Once again, many thanks.
Glad to help.
The topic ‘Home page post font’ is closed to new replies.