Hi @navis30,
Could you please share me your events view page link so that i can troubleshoot it?
You will find information about customizing events calender styles on the following page.
http://tri.be/support/documentation/events-calendar-themers-guide/#customizingstyles
Kind Regards,
Vinod Dalvi
Hi Vinod,
Thanks for the answer.
The website has not been published yet so I can’t show you it. Unless a screencap or something else more specific can help you to troubleshoot it ?
I’ve checked the link you gaved to me. It says :
“In tribe-events.css in the tribe-events/ directory of your theme, you can simply add: [your css style]”
I’ve installed Tempera Theme. So, in [wordpress]/wp-content/themes/tempera, I’ve created a directory named “tribe-events”, with a file named “tribe-events.css” with the code I wrote in my first message.
Should I rename the file ? Or put it somewhere else ?
Howdy Navis,
If you are simply doing some CSS changes you might consider creating a Child Theme of Tempara, and adding your styles there. That is generally the easiest way to make modifications like this. Unless you need to change the HTML/PHP, creating a theme override as your attempting is unnecesary. Theme overrides are pretty complex and require a fair knowledge of PHP and WP APIs… so it is probably best to avoid them if you just want to make simple CSS changes.
Cheers!
– Brook
Hi Brook !
Thanks for the help. It works with the modification of the color.
But I’ve got a problem when I add a picture to my event.
In the list view, the description of the event is below the image and its width is not 100% of the original event block.
Any idea ?
Hi @navis30,
You can develop a child theme to override the CSS or alternatively use the following plugin to add custom CSS in your site.
http://ww.wp.xz.cn/plugins/simple-custom-css
In the list view, the description of the event is below the image and its width is not 100% of the original event block.
This can be due to conflict. please see the information provided on the following page to test the conflict.
http://tri.be/support/documentation/testing-for-conflicts/?utm_medium=uservoice&utm_campaign=support
Regards,
Vinod Dalvi