Hello,
What would be the method to change this icon to a different colour on hover?
1 Like
Hi there @user11121
This code should help:
.eapps-faq-content-category-item-question-icon:hover:before {
background-color: red !important;
}
.eapps-faq-content-category-item-question-icon:hover:after {
background-color: red !important;
}
Test it out and let me know how it worked
1 Like
Thanks for the help. This works!
2 Likes
No sweat