Hover colors

Home Forums Calendar Products Events Calendar PRO Hover colors

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #919666
    drwrieden
    Participant

    I have a white background for event details and venues, tags, organizer etc which are a off white or light gray and i would like these to be darker and especially have a darker hover color for venues that have a linked detail page. Where can I modify these?

    #919800
    Brian
    Member

    Hi,

    Thanks for using out plugins. I can help get you started here.

    We do not have a admin area to change the color of text, but I can help get you started on this.

    However, I am not going to be able to provide all the css to modify this as it is coming from your theme and that is beyond the support we can provide.

    This coding here will change the link colors for the events:

    .post-content #tribe-events-content a {
    color: #00000;
    }

    This will help with the titles:

    .post-content #tribe-events-content h3 {
    color: #00000;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    I would also recommend looking for this guide for how to find html tags and create css selectors for them:

    https://theeventscalendar.com/support/documentation/using-google-chrome-developer-tools/

    Let me know if you have any follow up questions.

    Thanks

    #935702
    Brian
    Member

    Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hover colors’ is closed to new replies.