Change colour of divider lines collapsible rows

Topic summary

A user needs to change the color of divider lines in collapsible rows from grey to pink on their Shopify store product page.

Solution provided:

  • Navigate to Shopify admin → Online Store → Themes
  • Click Actions → Edit code on the active theme
  • Locate the CSS file in the Assets folder (base.css, style.css, or theme.css)
  • Add the following CSS code at the bottom:
.accordion {
  border-color: #f5ed3d !important;
}
  • Save the changes

The responder included a visual result showing the implementation and requested the original poster mark the solution if it helped.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

Hey, I was designing my store when I ran into a problem, my divider lines are grey, when I want them a little bit pink, how to do this? Thanks in regards!

LINK:https://e8aaa0-3.myshopify.com/products/body-cleanser?variant=41569514881161

PASSWORD: mohwhi

theme: taste

1 Like

Hi Fleu,

I cant [email removed] your name giving me some error. Check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.accordion {
    border-color: #f5e3dd !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!