Plugin Support
dimned
(@dimned)
Hi @mifasuter.
Could you send a link to your site and indicate the elements where you wish to change colors? Thanks.
Dear Dmytro
Thank you for your reply.
this is the link to our site:
https://www.suterpersonaltraining.ch/kursplan/
If i’m informed correctly i can do the changes with css coding. im not quite familiar with writing those so id be happy if you could help me with the following:
1. extending the rows: from 5pm to 8.30 pm
2. change backround colours of the rows
3. change backround colour and font colour of the row with the weekdays.
4. hide the row: “all events” “penalty box”
Thank you so much in advance for your help.
cheers
Plugin Support
dimned
(@dimned)
Hi @mifasuter,
Thanks for your further questions.
1. You may display either all hours or just the ones when the events happen. In order to show all the hours, you should edit a shortcode/block of timetable to allow the display of the empty hours.
2. Here are the styles to chnage colors of the rows:
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+1) {
background-color: #416437;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n) {
background-color: #173a26;
}
3. Unfortunately there are no specific classes or other selectors for day columns and there is no difference between week and weekend days.
4. In order to hide the tabs filter (All events), you should edit a shortcode/block of timetable to disable the filtering.
Closed due to inactivity.