Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi crystalchronicl,

    Colors are generally controlled by your theme. You might try choosing a different stylesheet under Events –> Settings –> Display and see if that makes a difference. I recommend trying the Tribe Styles, since that will use more of the plugins styles instead of those from your theme. If that doesn’t work, you’ll need to dig into the code and edit the colors yourself.

    As outlined in our forum guidelines, we aren’t able to help with these kinds of customizations. But we do have some handy resources that might be helpful for you:

    Themer’s Guide – provides an overview of how to customize the plugin’s frontend appearance.
    Tutorials – useful tips and tricks for changing how the plugin looks and behaves.
    Technical Docs – provides an overview of the classes and functions in each plugin

    Good luck, and thanks for using The Events Calendar!

    ~Leah

    Hi @crystalchronicl,

    I hope you are well today.

    You can change the color of tribe events list month to black so that we can see it on white background by adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin.

    http://wordpress.org/plugins/simple-custom-css

    .tribe-events-list-separator-month {
         color: #000;
    }

    Best Regards,
    Vinod Dalvi

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

The topic ‘Problem color title’ is closed to new replies.