• Resolved velomanpl

    (@velomanpl)


    Hi,

    how to change the font color and background of the “This event has passed” information in the header of a single event?

    Mario

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

    (@iammarta)

    Hi @velomanpl ,

    Thanks for reaching out!

    Can you try adding the following CSS rule to wp-admin >> Appearance >> Customize >> Additional CSS?

    .single-tribe_events .tribe-events-notices ul li {
    color: red;
    background-color: green;
    }

    Does it work?

    Best regards,
    Marta

    Plugin Support Darian

    (@d0153)

    Hi there,

    It seems like this thread has been quiet for a bit, so we’ll go ahead and mark it as resolved. However, if any further questions or concerns come up, please don’t hesitate to start a new thread.

    Thread Starter velomanpl

    (@velomanpl)

    Hi,

    works, but I’m also interested in the whole highlighted rounded message box. Right now I think it’s the default color – d9edf7. I’d like to change that!

    Mario

    Plugin Support Darian

    (@d0153)

    Hi @velomanpl

    Could you provide the page URL where we can check the element you were referring to?

    Thread Starter velomanpl

    (@velomanpl)

    Plugin Support Darian

    (@d0153)

    You can add the following CSS to change the background color and border of the “highlighted rounded message box”:

    .tribe-events-notices {
    background: #d9edf7 !important;
    border: 1px solid #bce8f1 !important;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.