Hi there,
I’m looking to remove the light-coloured ‘background’ of these dropdown buttons on the collapsible rows in my store.
I still want the downward-facing V to show, just not the background. How can I remove this?
Hi there,
I’m looking to remove the light-coloured ‘background’ of these dropdown buttons on the collapsible rows in my store.
I still want the downward-facing V to show, just not the background. How can I remove this?
Hello @harry_12345 ,
svg.icon.icon-caret {
width: 45px;
background: transparent;
height: 45px;
}