35% OFF ADDONS CODE EVOCYBER2020
I am attempting to override the font size on a event list in my sidebar but I must not have the entire element:
/* Change the font size on the event date */
.eventon_events_list .eventon_list_event .evcal_cblock, .evo_pop_body ,evcal_cblock .evo_date .start {
font-size: 22px;
}
What am I missing here?
Feb 24,2017 AT 3:30PM - 3 years ago -what part of the evetn are you trying to make bigger- title, sub title times?
also what is your wp-admin address
I am attempting to size down the date for each event shown in the sidebar (see attached). With Google Developer, I am able to change the font size in the Styles using the mouse wheel so I know it’s referenced. I just cannot figure out what combination of style elements to use to change the font size.
See the bottom of Home page for the sign-on plugin.
OK in wordpress appearances>>>>>>customize>>>>>additional css
I have added
.evcal_cblock .evo_date .start {
font-size: 20px !important;
}
play with that 20 to get the desired size
(wasn’t holding in eventon>>>>styles so I added it to your theme css)
you can also add
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
Thank you but I cannot find it in the style.css file for this Theme. Was it pasted into another Theme file other than style.css?
Oh, never mind…you defined it earlier in your response as it’s under Appearance/Customize/Additional CSS for the Theme.
great glad you figured it out! also thanks a lot for the review 🙂
is there a way to target font size of event list (inside a column) in All blogs ONLY?
http://sportclips.pinnaclepeo.com/2017/04/04/technology-fsv-paycard/
like this font size http://sportclips.pinnaclepeo.com/event-calendar/
or, do a global font size but not the list in specific page. ie not on Home page http://sportclips.pinnaclepeo.com/
Thank you, Rigo
I did not see any blog post here:
http://sportclips.pinnaclepeo.com/event-calendar/
anyway,please go to eventon->styles and add following code in the panel and save the settings:
.post p {
font-size: 20px !important;
}
If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.