Change color of Accordion icon on hover

Hello,
What would be the method to change this icon to a different colour on hover?

1 Like

Hi there @user11121 :wave:

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 :wink:

1 Like

Thanks for the help. This works! :100:

2 Likes

No sweat :wink: