By GM on Wednesday, 28 September 2016
Posted in Technical Issues
Replies 1
Likes 0
Views 267
Votes 0
Hi
I understand that an override needs to be done - but can you suggest css code which needs to be put up
> Front End (Attached)
I can make Font: 14 px and font style as Verdana

> Also in Post View
1. Heading should again be I can make Font: 14 px and font style as Verdana
2. The attached date,blogger name, hits etc - should come in Font: 12px and font style as Verdana

Pl suggest
Hi Gagan,
You can try these CSS codes:
div#fd.eb .eb-post-title, .eb-showcase-title, .eb-entry-title {
font-size: 14px !important;
font-family: Verdana !important;
}

div#fd.eb .eb-entry-meta {
font-size: 12px !important;
font-family: Verdana !important;
}
Let me know how it goes, thanks.
·
Wednesday, 28 September 2016 14:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post