• Resolved Deebee82

    (@deebee82)


    How can i customize the css for the events?
    I´ve chosen the tribe Style, default Template, list and have searched for the css.
    I found some in the folder resources: tribe-events-theme.min.css, tribe-events-theme.css.
    But every single modification is non-effective.
    May i don´t have the right files?
    My goal is to change the backgroundcolor of of the events.

    Who can help me?

    http://wordpress.org/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Read the Themer’s Guide

    Thread Starter Deebee82

    (@deebee82)

    I read this before but I don’t really understood, what I have to do exactly.
    May you could help me out?

    1. Leave all those files you find inside of the plugin alone. Modifying core files is bad.
    2. Create a child theme. It will ensure that any changes you make will not be overwritten if the theme gets an update.
    3. In your child theme, create a tribe-events folder.
    4. Inside of this {THEME}/tribe-events/ folder, create a tribe-events.css file.
    5. Make all your CSS changes in the tribe-events.css file. This file will be automatically loaded by the plugin.

    The nomenclature {THEME}/tribe-events/tribe-events.css will likely be seen in answers. It refers to your active theme and the file tribe-events.css inside a folder tribe-events that is inside of your active theme’s root folder. The theme’s root folder is the folder containing the style.css file.

    All this being said. The answer to your original question: try The Events Calendar Category Colors plugin and see if it does what you want. 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to customize the css?’ is closed to new replies.