CSS for background color of Icon Button

I’m having trouble changing the background color of an Icon Button using CSS (in an extension). Have tried color: #fff; and background-color: #fff; but to no avail. Also have tried to include !important… no effect.

Other properties (like border-radius) are being modified with the extension, so I know the targeting is correct. Just the background color property is ignored?!

Hi @Alex_Klein

Probably your CSS selector is too light, try too the browser dev tool and check styles for the component

Very strange, working now… thnx