Change color of title in the list view

Home Forums Calendar Products Events Calendar PRO Change color of title in the list view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1307715
    Rebecca
    Participant

    I would like to make the title of the event text white when in the list view. I’ve tried adding CSS but it still reverts to the link color text which is the same as the background color.

    #1309042
    Geoff B.
    Member

    Good evening Liddy and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    In order to gain full power on your site’s look and feel, I would highly recommend reading the following articles:

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    #tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title a {
    color: #fff;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1310293
    Rebecca
    Participant

    Hi,

    I don’t know why but I needed to write this in the custom CSS:

    #tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title a {
    color: #fff;
    }
    #tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-events-title a{
    color: #ffffff;
    }

    Both had to be there, but doing that made it work ?

    Libby Hanks
    Web Services and Media Coordinator
    City of Casa Grande
    520-421-8600 Ext. 2535
    [email protected]

    #1311117
    Geoff B.
    Member

    Good evening Libby,

    I am super stoked to hear this all worked for you 🙂

    Thank you for sharing!

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color of title in the list view’ is closed to new replies.