Change color of Next Events button on hover

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

.global-styles,
[class*='ButtonBase__ButtonContainer-sc']:hover {
background-color: rgb(74, 56, 56)!important;
color: rgb(255, 255, 255)!important;
}
1 Like