[ad_1]
Thank you for your valuable suggestion.We appreciate your input and have forwarded this to our planning and development team for further consideration and action.
In the meantime, you can achieve the desired result by using the following custom CSS. Please navigate to the “Events -> Settings” sub-menu select the “Custom CSS” tab, and place the below-mentioned CSS in the TextArea and save changes
#ep-events-content-container .ep-event-types .ep-event-type {
position: relative;
overflow: hidden;
padding: 14px 8px !important;
font-size: 12px;
}
#ep-events-content-container .ep-event-types .ep-event-type a {
position: relative;
z-index: 99;
color: #000;
}
#ep-events-content-container .ep-event-types .ep-event-type span{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 0;
margin: 0px !important;
}