Currently the font is too small and strong. I would like to make the font normal and increase the size for all events. This only applies to the Event Details Description area.
Jul 17,2020 AT 10:23AM - 4 years ago -Hello,
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header):
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p { font-size: 15px !important; }
see attached image and short code below I am using
[add_eventon_list number_of_months="3" show_year="yes" event_type_2="152,"]
I would like to change the font size for the event titles , as well removing the “all Cap ” default setting
Please give us exact url of the page where you have the calendar
see attached screenshot image
I used snippet below and it worked good for changing the font size of the event titles.
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evo_pop_body .evcal_desc span.evcal_desc2 {
font-size: 14px;
}
now I just want to make the size of the day/date smaller , please provide the appropriate snippet
thanks for your help
also need to make month and year font smaller
Please use this code:
.evcal_cblock .evo_start { font-size: 27px !important; }
.ajde_evcal_calendar .evcal_month_line p { font-size: 23px !important; }
excellent that worked perfect , glad I found you guys after Timely went belly up .
I just have some other tweaks I would like to make, and I should be good to go for this website.
see attached screenshot of see tweaks I would like to make if you could provide code snippets to do so.
1. Remove some of the excess padding below event titles
2. change color of date and month
3. change color of event title font
thanks for your good support !
1. Please use this code:
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 { display: none !important; }
2. & 3. Please go to EventON > Settings > Appearance > Calendar Date Color
and EventTop Styles > Event Title font color. If you don’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header
thanks !
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!