• Resolved lxndrbe

    (@lxndrbe)


    Hi all,

    I added the free version of the calendar with Skeleton Layout to my new WP with DeeJay Overlay.
    If I go to the customizer and change the colors, I see the changes in the preview window,
    but when I publish and close the “Customiser” non of the changes apear.

    Specially all Linkcolors in the Listview stay dark, wich is a bit weired with a black background.

    If I change to the Tribe Event Style, the Link is white, but all other text is black on black ??

    Greetings from belgium

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lxndrbe

    (@lxndrbe)

    It seems to be an issue with the “Use updated calendar designs” setting.
    If I uncheck this the colors are fine on the old view

    Thread Starter lxndrbe

    (@lxndrbe)

    Found the solution

    Needed to add css to the Customize => Additional CSS

    .tribe-events .tribe-events-calendar-list__event-title-link{
    	color: white;
    }
    .tribe-events .tribe-events-calendar-list__event-title-link:hover{
    	color: lightblue;
    }
    .tribe-events .tribe-events-calendar-list__event-title-link:visited{
    	color: lightgray;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customise Colors for Events List’ is closed to new replies.