Home › Forums › Calendar Products › Events Calendar PRO › How to control agenda color?
- This topic has 4 replies, 3 voices, and was last updated 9 years, 5 months ago by
Sascha.
-
AuthorPosts
-
November 28, 2016 at 6:12 am #1198225
Sascha
ParticipantHi,
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!
November 28, 2016 at 9:40 am #1198487George
ParticipantHi @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!
GeorgeNovember 29, 2016 at 8:47 am #1199194Sascha
ParticipantOk, settled thank you.
November 29, 2016 at 4:30 pm #1199493George
ParticipantSure thing — I’ve responded in your other thread with us and will close this thread for now.
Sincerely,
George -
AuthorPosts
- The topic ‘How to control agenda color?’ is closed to new replies.
