Skip to main content

Change accordion button icon colour in Bootstrap 5

As you're using Bootstrap 5 and applying a style for the hover state of an accordion button, specifically changing the background image of an ::after pseudo-element. If you want to change the icon colour on hover, you should modify the fill attribute in the SVG's path element. 

Here's an example:

Subscribe to Bootstrap 5