• Resolved mifasuter

    (@mifasuter)


    Hi

    Im using timetable from motopress but I’m having trouble with the colours. With a white backround the colours looks perfect, but since I’m using a dark/black backround on my website it doesnt look good and you can hardly read the time.
    how can i change the colour of the cells (time cell)?
    im working with the theme virtue premium.

    thank you in advance for your help.

    cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter mifasuter

    (@mifasuter)

    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.

    Plugin Contributor motopress

    (@motopress)

    Closed due to inactivity.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘changing colours of timetable’ is closed to new replies.