(This page includes affiliate links. If you click and purchase, I receive a small commission at no extra cost from you and that way you can support me. I only recommend tools that I have personally used and loved.)
Required for Custom CSS.
1 – Elementor Pro
/*Normal Filter CSS*/
selector .elementor-gallery-title {
border: 1px solid #4a71ff;
border-radius: 2px;
background-color: #4a71ff;
}
/*Hover Filter CSS*/
selector .elementor-gallery-title:hover {
background-color: #ff2e74;
border: 1px solid #ff2e74;
}
/*Active Filter CSS*/
selector .elementor-item-active {
background-color: #ff2e74;
border: 1px solid #ff2e74;
}