How do I change the background colour of one Rich Text section on the homepage on Impulse theme.
Hello,
Please share the screenshot of which rich text section background color you want to change.
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid
#shopify-section-1498163293234 {
background-color: #ccc;
}
Change the color as per your choice.
Hope this will work for you.
Thanks…
Thank you for that. It has changed the colour behind the text but I still have white borders on top and below. Can you help.
Please place this code at the end of theme.scss
#shopify-section-1498163293234 {
background-color: #ccc;
margin: 0px !important;
padding: 75px 0px;
}
I am trying to change the background colour to #F1EFF0 in the debut theme, colour you help
#shopify-section-1498163293234 {
background-color: #F1EFF0;
}
thanks for your reply.. this has not changed anything?
@leahwinny It seems that you have not placed the code in the right place.
Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.
I do not have that file i only have
theme.css
@leahwinny Yes, Please go for theme.css

