By Stan Chomer on Tuesday, 29 August 2017
Posted in General Issues
Likes 0
Views 633
Votes 0
Hi I wonder how you can add a font for the text for all text writtenm in this case Georgia size 12 and then another one for H1 for example font Impact and also set the size correctly there,

And also how this works for EasySocial if you would like to do the same there with same font structure ie Georgia for text and Impact for headings..

Thks,
I think the faster way to achieve this, you have apply this following css into your current template custom css file.


#eb {
font-size: 12px !important;
font-family: Georgia !important;
}

#es {
font-size: 12px !important;
font-family: Georgia !important;
}
·
Tuesday, 29 August 2017 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thks will try that..
·
Wednesday, 30 August 2017 19:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Alright
·
Wednesday, 30 August 2017 19:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmm thks did work well so I skipped it.. thks
·
Tuesday, 05 September 2017 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 05 September 2017 17:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post