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:
- Go to Online Store → Themes → Edit Code.
- Search for the file base.css.
- 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