How to change font color by event title?

Home Forums Calendar Products Events Calendar PRO How to change font color by event title?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #935339
    Rolf
    Participant

    Hi,

    according to source “tribe-events-single-event-title summary entry-title” the right one, but no reaction when I (now # 333) wants to change the link color to #fff in my custom.css.

    In other changes, the custom.css, Avada Theme, responding.

    Site is in In maintenance mode …

    Thanks,

    Rolf

    #935399
    Barry
    Member

    Hi Rolf,

    It’s difficult to say since your site is in maintenace mode and so I can’t see what’s happening – plus, I don’t know what you actually added to your custom stylesheet.

    The first thing is to ensure you are targetting the element correctly. This won’t work, for example:

    tribe-events-single-event-title summary entry-title { color: #fff }

    It would need to be:

    .tribe-events-single-event-title.summary.entry-title { color: #fff }

    If that is pretty much what you have and it still isn’t working my guess would be that another more specific rule is taking precedence, so try tightening it up to something like this:

    #tribe-events-content h2.tribe-events-single-event-title.summary.entry-title { color: #fff }

    If even that fails, I’d really need to see a live example to help further 🙂

    #935406
    Rolf
    Participant

    Hi Barry,

    #tribe-events-content h2.tribe-events-single-event-title.summary.entry-title { color: #fff }

    works!!!

    Great, Thanks!

    #935418
    Barry
    Member

    Awesome, glad to hear it 🙂

    I’ll go ahead and close out this topic but if we can help with anything else please don’t hesitate to post new topics as needed and one of the team will be only too happy to assist.

    Last but not least, if you have a moment to spare we’d love to hear your thoughts on The Events Calendar across on our plugin review page.

    Thanks again!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change font color by event title?’ is closed to new replies.