Good afternoon Inbok and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.
All you need to do is to add “:hover” after your CSS rules. E.g.:
.post-content #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover, .post-content #tribe-events .tribe-events-button:hover, .single-tribe_events .sidebar .tribe-events-single-section .tribe-events-single-section-title:hover {
background: #000;
color:#fff;
}
What do I need to do to make the + / – quantity buttons look normal (i.e. fit on one line, smaller in size)?
You can try the following CSS rule.
#tribe-events .tribe-events-tickets .woocommerce {
width: 20%;
}
Let me know how that goes.
Best regards,
Geoff B.