Thursday, 06 February 2020
  3 Replies
  0.9K 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.
4 years ago
·
#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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

4 years ago
·
#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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

4 years ago
·
#215136
0
Votes
Undo
Thank you so much, worked perfectly!
4 years ago
·
#215149
0
Votes
Undo
You are very welcome!

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.