• Resolved Matthias Mueller

    (@adminfliesengalerie)


    Hello,

    I am unable to change the text color in the event details. The arrows for the last/next event (at the bottom) also remain light gray, but I need them to be white.

    I tried using the search function, but couldn’t find anything suitable. Maybe I entered the wrong search terms.

    Can anyone provide me with the appropriate CSS entries?

    Thanks
    Matthias

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @adminfliesengalerie ,

    Thank you for reaching out.

    Kindly try appending the following CSS snippet to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS), and see if this works for you.

    :root {
    --tec-color-text-primary: #ffffff
    }
    Thread Starter Matthias Mueller

    (@adminfliesengalerie)

    Hi tristan083
    Thank you very much for your help.
    That worked so far, thank you very much.

    Now I just have the problem that the arrows for “Previous event” and “Next event” are not white. Is there a suitable entry for this as well?

    Plugin Support tristan083

    (@tristan083)

    Hi @adminfliesengalerie ,

    I’m glad to hear that worked.

    For the previous and next event arrows, these are images, so we’re unable to make changes to its color. But, the following is an alternative:

    .tribe-events-single .tribe-events-sub-nav a:before {
    background: unset !important;
    }
    .tribe-events-single .tribe-events-sub-nav a span {
    display: block !important;
    }
    Thread Starter Matthias Mueller

    (@adminfliesengalerie)

    Hi tristan083,
    Unfortunately, the arrows are still gray, not white. But I can live with that.

    One more question: in the monthly view, the individual fields have a white background. Can I change that?

    Best regards,
    Matthias

    Plugin Support Darian

    (@d0153)

    Hi @adminfliesengalerie

    You can try adding the following CSS

    .tribe-events-calendar-month__body{
    background-color: unset !important;
    }
    Plugin Support Darian

    (@d0153)

    Hi there,

    It seems we haven’t heard back from you in a while, so I’ll go ahead and close this thread for now. If you still need help, feel free to reopen it or start a new one—our team is always here to assist!

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

You must be logged in to reply to this topic.