How to control agenda color?

Home Forums Calendar Products Events Calendar PRO How to control agenda color?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1198225
    Sascha
    Participant

    Hi,

    I need to know how I can change the agenda headers color. My theme settings (Recibo) do definitely not control these!

    Please see attached screenshot.

    thanks for any help!

    #1198487
    George
    Participant

    Hi @Sascha,

    Changing these colors or any other color that is not provided by a plugin’s “Customizer” options will unfortunately require writing custom CSS code.

    I say “unfortunately” because we are not able to help with custom coding like custom CSS, and you have to take the reins on writing and figuring out this custom coding on your own. 🙁 Learn more about this here → https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/


    A Quick Example

    Now, while what I wrote above is true and we won’t be able to help here, I am happy to at least get you started on this first issue. It may be a useful example that you can take and tinker with for other customizations you want to make. To modify the colors of the header text in your screenshot, add CSS like the following to the bottom of your theme’s style.css file:


    table.tribe-events-calendar thead tr th {
    color: #fff !important;
    }

    ☝️ This will make that text white. You can modify the code to whatever your preferences are, of course!


    Some Tips

    From here, I would recommend definitely checking out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element whose styles you want to change, so that you can more easily figure out what CSS to write to get your desired results.

    If you want to hire a professional to help you make further customizations, we have a list of great developers here → http://m.tri.be/18k1 (and have no affiliation with any of these folks—they’re simply some well-respected names in the community that we’ve compiled to share in situations like this one).

    And here’s a little article that might help with writing code on your site if you’re not familiar with that process: https://theeventscalendar.com/adding-code-site-youre-not-coder/

    Cheers!
    George

    #1199194
    Sascha
    Participant

    Ok, settled thank you.

    #1199493
    George
    Participant

    Sure thing — I’ve responded in your other thread with us and will close this thread for now.

    Sincerely,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to control agenda color?’ is closed to new replies.