Home › Forums › Calendar Products › Events Calendar PRO › Changing fonts
- This topic has 3 replies, 2 voices, and was last updated 9 years ago by
Leslie.
-
AuthorPosts
-
April 10, 2017 at 11:42 am #1267803
Leslie
ParticipantHi, I just purchased the Pro version of Events Calendar and I have a few questions about changing fonts.
I need assistance with changing the following:
*Header font (for example: “Events for Aril 2017”)
*Days fonts
*Date font
*font for the main body of the event that you mouse overYou can view the page I am working on here:
http://www.thejourneylab.space/events-and-workshops/April 11, 2017 at 4:40 pm #1268588Leslie
ParticipantThrough a bit of trial and error I found the solution using Chrome Developer console. For anyone else having this problem here are the CSS settings that I used. You’ll probably have to change the font to one that you have installed, the Arsenal font that I am using required a Google Fonts plugin to get it working.
/* Calendar title */
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
font-family: Arsenal;
}/* Calendar days */
.tribe-events-calendar thead th {
font-family: Arsenal;
}/* Calendar dates */
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
font-family: Arsenal;
}/* Calendar popup description */
.tribe-events-calendar p {
font-family: Arsenal;
}/* Calendar popup title */
.tribe-events-calendar h4.entry-title.summary {
font-family: Arsenal;
}/* Popup calendar start end time */
.tribe-events-calendar abbr.tribe-events-abbr.tribe-event-date-start {
font-family: Arsenal;
}April 11, 2017 at 9:12 pm #1268669Geoff B.
MemberGood evening Leslie and welcome to the Events Calendar Support forum!
First off, I would like to apologize for the delay answering.
We are currently experiencing a higher level of requests than usual.Please rest assured that we are working hard at correcting this situation.
We appreciate your patience while we try to normalize things.Thank you for reaching out to us.
I am super stoked that you found a solution to your need. Kudos and it’s awesome that you are sharing for everybody’s benefit.
As a side note, some users also have had success using the Full Styles option found in Events -> Settings -> Display
You are welcome back in our support forums any time 🙂
For now, I am going to close this thread.
Have a great week!
Geoff B.
-
AuthorPosts
- The topic ‘Changing fonts’ is closed to new replies.
