• Resolved ktazelaar

    (@ktazelaar)


    I have installed the Events Calendar plugin for a website that uses the Twenty Seventeen theme in dark mode.
    I was able to customise the calendar so that it looks OK, except for a few fields.
    I have disabled the search field for now, since I didn’t manage to change the font/background color in such a way that it is readable.
    My main problem now is the field in which the Month and Year (January 2020) are displayed while in list view.
    The font is light grey and so is the background. I would either want the font or the background to be darker, but so far I haven’t been able to change these with CSS or in the settings of the calendar plugin.

    Any help would be highly appreciated.
    Kees

    • This topic was modified 5 years, 2 months ago by ktazelaar.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @ktazelaar,

    Try using this CSS. It changes the background of the field showing month and year. You can use the color you prefer.

    
    h2.tribe-events-list-separator-month {
        background-color: #443737;
    }
    
    Thread Starter ktazelaar

    (@ktazelaar)

    Thanks Towhidul,

    In the meantime, a friend found the following solution, also for the background issues with the search field:

    #tribe-bar-form label,
    #tribe-bar-form input {
    color:black;
    }

    .tribe-events-loop h2 {
    background-color:transparent;
    }

    Best, Kees

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘background and/or font color list view’ is closed to new replies.