CSS for Previous and Next Events buttons

Home Forums Calendar Products Events Calendar PRO CSS for Previous and Next Events buttons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #955106
    Barry Wales
    Participant

    I have used this code to make the Previous Events and Next Events look more like a button.
    The initial view looks right but the Hover view does not. The Wording should become white and the overlaid color appears not to be part of the wording link. Any thoughts? The website page is http://harefieldchurch.org/events/

    .tribe-events-nav-previous, .tribe-events-sub-nav li { font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 10px 10px 10px !important; background-color: #f8f8f8 !important;
    border: 1px solid #1c99bf !important;
    border-radius: 17px !important;
    }
    .tribe-events-nav-previous, .tribe-events-sub-nav li:hover
    { color: #ffffff !important;
    background-color: #1c99bf !important;
    }

    #955163
    Geoff
    Member

    Hi there Barry–nice to see you again!

    Great job on the styling. Those buttons are looking great. 🙂

    Yeah, you should be able to change the text color on hover with something like this:

    ul.tribe-events-sub-nav a:hover {
    color: #fff;
    }

    Does that have any effect for you? Please let me know.

    Cheers!
    Geoff

    #955206
    Barry Wales
    Participant

    Thanks for the quick response – works great.

    #955237
    Geoff
    Member

    Awesome, thanks for following up! I’m so glad that helps.

    I’ll go ahead and close this thread but please feel free to hit us up with a new one if any other questions pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS for Previous and Next Events buttons’ is closed to new replies.