Make specific collapsible row have a specific background color

Hello,

i want my collapsible row with the title ‘Verzending’ to have the same background like the white background above it which is also about verzending. Website URL: https://trendblend.eu/products/controllable-led-curtain

if someone knows a solution please let me know! Thanks in advance

Hello @TrendBlend ,

To change the background color of a specific collapsible row, follow these steps:

  1. Go to Online StoreThemesEdit Code.
  2. Search for the file base.css.
  3. Paste the code at the bottom of the file.
#Details-collapsible_tab_jgHthG-template--22615797825875__main{
    background-color: #f7f8fa !Important;
}
1 Like

Hi @TrendBlend

You can do that by adding this code to theme.liquid file, after in Online Store > Themes > Edit code


1 Like