Tagged: events calendar, title bar
I’m running events calendar on my site but I have a couple of problems on how the main calendar view displays on the site:
1) The calendar view (moth or list) show the title bar above the calendar and just bellow the header. This would be fine if it weren’t because the title displayed corresponds to the last event created and not to the general calendar view. For example: I set 5 new events corresponding to 5 different dates. When I go to the calendar page they all show correctly on the date they are scheduled, but the title of the calendar page is the title I have given to the last event created, no matter what month I’m on or if that particular event is displayed on the calendar for that month. I can be looking at a month that does not contain that event but the name of that event still shows on the title bar.
2) On the main navigation menu I have the text in white for the different menu items. When you hover it turns red and it is also red for the current page selected. The background is black. When I click on the calendar the text shows in a dark grey color rather that the red that should display for current menu page selected. As the background is black, the text is barely legible.
I enclose an image of what I mean so you can see for yourself:
https://drive.google.com/file/d/0B9EeARPNJNFyODNya2dNdEdQVTQ/edit?usp=sharing
Thank you
Tomeu
Hi Tomeu!
The screenshot you posted can not be seen.
Also, a link to your calendar page would be helpful.
Cheers!
Josue
Hi Tomeu!
You forgot the link to your website.
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.events-single .title_container{
display: none !important;
}
Cheers!
Josue
Hey!
Try changing the code to this:
.events-archive .title_container{ display: none !important; }
Cheers!
Josue
Hi Josue,
This did the trick!! Thanks for you help.
Cheers
Tomeu