• Resolved jaco

    (@jaco)


    I’m having trouble finding the answer to this;

    Can I change the color of an event title?

    For example, when viewing the entire calendar, the viewer could quickly see one particular type of event by seeing the title color. The title color would be the best solution, but changing the color of a particular box or some other workaround would be helpful.

    Thank you very much for your assistance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Deblyn Prado

    (@deblynprado)

    Hi there @jaco!

    Can you please let me know your calendar address and what color you’d like to use?

    This solution is possible via CSS, so I can write a rule to help and you can use it as basis to implement in other events categories.

    Thread Starter jaco

    (@jaco)

    Thank you Deblyn,

    Here is the link: https://thepeggiexperience.com/events/

    The Awareness Through Movement classes I want to have them in green.

    Plugin Support Deblyn Prado

    (@deblynprado)

    Hey there @jaco

    Can you try the following CSS rule in your WordPress Customizer?
    You can find it under “Dashboard > Appearance > Customizer > Additional CSS”

    
    .tribe-events-calendar-month__body a[href^="https://thepeggiexperience.com/event/awareness-through-movement-class"] {
        color: #007e8b;
    }
    

    Let em know if this is what you’re looking for 🙂

    Thread Starter jaco

    (@jaco)

    Excellent! worked like a charm.

    Now I can see that I can use that code as a template to add more conditions myself.

    Thank you so much Deblyn, this is incredibly helpful.

    stay safe
    #wearthemask

    Jaco

    Plugin Support Deblyn Prado

    (@deblynprado)

    Hey @jaco!

    I’m glad it worked!
    You surely can use it as template just replacing the event url and color if you want

    #WearTheMask

    Cheers,

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

The topic ‘Changing Title Font Color’ is closed to new replies.