By Delta99 on Thursday, 20 April 2023
Replies 2
Likes 0
Views 488
Votes 0
I've just started using JEvents and want to increase the font size for events displayed on the Home page. It's currently set to 11 which is rather too small for the aging congregation of the church site it's on I found the setting ok using F12 in Firefox, but can't locate where to find the CSS file on the server to change it.

Ideally I want to increase the font for all text in the section shown if possible.
JEvent.jpg


Thanks
You can add custom CSS to the custom JEvents CSS file using the left menu item in the backend

Something like this would help

#extcal_minical .extcal_daylink, #extcal_minical .extcal_sundaylink, #extcal_minical .extcal_busylink, .extcal_weekdays, .extcal_navbar td {
font-size: 14px !important;
}
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank You !!
It Works !!!
·
6 days ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post