Photo view – change border colour on hover?

Home Forums Calendar Products Events Calendar PRO Photo view – change border colour on hover?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #65954
    aurelio
    Participant

    hi guys
    i am trying to achieve the following: when i hover over an event in the photo view i would like the border around that event picture/discription to change colour
    can someone point me in the right direction?
    Thanks!

    #66320
    Barry
    Member

    Hi Aurelio – that should be possible with a small piece of CSS:

    .tribe-events-photo-event:hover { background: #650; }

    Please refer to our Themer’s Guide for instructions on putting this rule in place (if you’re not already familiar with the process).

    Thanks!

    #66321
    Barry
    Member

    And to change the border (I mistakenly gave you an example that changes the background) you would simply change that to something like:

    #tribe-events-photo-events .vevent.tribe-events-photo-event:hover { border: 4px dashed #650; }

    #68111
    Kelly
    Participant

    Hi, aurelio. Since it’s been a couple of weeks now, I’m going to close this thread. Please feel free to start a new topic if you’d like to revisit this.

    Thanks for being part of the TEC community!

    #981161
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Photo view – change border colour on hover?’ is closed to new replies.