Make body & title text colors the same in collapsible row Sense theme

Hi

Trying to make the text colors the same in the collapsible row. Any help would be appreciated :slightly_smiling_face:

url: https://ad5984.myshopify.com/

Hi @cholometal

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__title {
    opacity: .75;
}

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