By esmith on Thursday, 06 February 2020
Replies 3
Likes 0
Views 0.9K
Votes 0
Before I recently updated my style for buttons on my website was working fine inside of the event pages. Now that i updated the buttons look weird once they are hovered over. Look at this page for reference: https://www.achievebeyondusa.com/index.php/workshops/icalrepeat.detail/2020/12/11/796/-/teaching-sign-mands-analysis-intervention-and-data-collection

Please advise on what I should do. I am attaching screenshots as well. They grey button is when not hovered, and the bigger dark blue is when hovered.
Hello,

Add this CSS to your JEvents Custom CSS:


#jevents #jevents_body a:hover {
background-color: inherit;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #FFF;
text-align: center;
vertical-align: middle;
}


Should solve it for you.

Many thanks
Tony
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so much, worked perfectly!
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
You are very welcome!
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post