Thursday, 06 February 2020
  3 Replies
  1.3K Visits
0
Votes
Undo
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.
Monday, 10 February 2020 13:14
·
#214938
Accepted Answer
0
Votes
Undo
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
Monday, 10 February 2020 13:14
·
#214938
Accepted Answer
0
Votes
Undo
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
Monday, 17 February 2020 22:11
·
#215136
0
Votes
Undo
Thank you so much, worked perfectly!
Tuesday, 18 February 2020 10:39
·
#215149
0
Votes
Undo
You are very welcome!
  • Page :
  • 1
There are no replies made for this post yet.