Hello,
I want to add a background colour to a section on my hompage, the section “nyheter” (featured products). Can anyone help mw with a code, and where to put it? ![]()
https://organisert-kaos.myshopify.com/
p: nodrex
Hello,
I want to add a background colour to a section on my hompage, the section “nyheter” (featured products). Can anyone help mw with a code, and where to put it? ![]()
https://organisert-kaos.myshopify.com/
p: nodrex
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid
#shopify-section-collection {
background-color: #ccc;
}
Note: change the color as per your choice
Thank you so much!!