Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #914590

    Below is the code I use to change the background color of my Week View. It works!

    I need to change the font color to stay white. When I refresh the page, the font initially is white, and then it turns to another color. I don’t know if this is caused by Enfold theme.

    .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column, .tribe-grid-header {
    background-color: #1e454a !important
    }

    Thanks!!!

    #914690

    Hey Susan,

    Please try the following in Quick CSS under Enfold->General Styling:

    .view-week #tribe-events a {
        color: #fff !important;
    }

    Best regards,
    Rikard

    #914728

    Hi Rikard,
    It is now on my Quick CSS and it still doing the same thing. When reloading, the week view fonts are white then changes to another color.

    #914748

    Hi,

    Try adding this css code in Quick CSS:

    #tribe-events .tribe-grid-header a, 
    #tribe-events .tribe-grid-header a span {
        color: #fff !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #914758

    Hi Nikko,
    Perfect!!! Thank you so much!!!

    Blessings,
    /Susan

    #914831

    Hi Susan,

    Glad we could help :) Thanks for using Enfold, have a nice day :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Events Calendar Pro Week View: Font Color changes from white to another color’ is closed to new replies.