Dawn theme: how to get rid of collapsible content button background?

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?

1 Like

Hello @harry_12345 ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
svg.icon.icon-caret {
width: 45px;
background: transparent;
height: 45px;
}