• Hi!

    I want to change some settings for the calendars on every page. The easiest way I see, is to change it in my CSS.

    What I’d like to change is the text color of the items in the list and the form and hover color of the Button “today” / “heute” and the arrows for next month.

    What I don’t know, is what I have to write.

    .eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-timeGridDay-button,
    .eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-timeGridWeek-button,
    .eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-dayGridMonth-button, button.fc-listMonth-button.fc-button.fc-button-primary {
      
         display: none !important;
    	font-family: "Amarante", Sans-serif; !important;
    	color: #000; !important;
    	opacity:1;
    }
    

    The Color didnt change to black.

    I don’t know, which selectors (?) I have to use to change this. Where can I find them?

    Thanks and greetings

    Slider

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Some changes in my CSS’ is closed to new replies.