Modify admin styles

Home Forums Calendar Products Events Calendar PRO Modify admin styles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #107151
    baynature
    Participant

    We let users who have logged in create an Event from our website here: http://baynature.org/events/community/add

    We are getting complaints because some of our users say the font is too small. The styles are coming from events-admin.css. I created tribe-events/resources/events-admin.css in my theme but cannot seem to successfully override the default style. How would I do this?

    #107227
    Barry
    Member

    Hi – great question!

    Some themes let you add custom CSS or alternatively you could follow the steps prescribed in the Themer’s Guide to set up a tribe-events.css stylesheet – though this would load before events-admin.css you could use suitably specific rules to change the font sizes even so, such as:

    #page .eventForm h4 { font-size: 3em; }

    I tested the above out locally, but in the case of your theme you might change that to:

    #wrapper .eventForm h4 { font-size: 3em; }

    Does that help at all?

    #108009
    baynature
    Participant

    Worked like a charm! Thank you!

    Laura

    #108034
    Barry
    Member

    Excellent – glad we could be of assistance!

    If you have a moment and would like to leave a review with some thoughts on your experiences with the plugin so far that would definitely be appreciated – and if you have any further questions please don’t hesitate to create new threads as needed. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify admin styles’ is closed to new replies.