Hey there
I am looking for a solution to change the background color of a specific section on my page.
Ive looked all the previous code solutions, but none of them suits my page.
log in with “Portvin”
Can someone help?
Hey there
I am looking for a solution to change the background color of a specific section on my page.
Ive looked all the previous code solutions, but none of them suits my page.
log in with “Portvin”
Can someone help?
@pf2022 ,
Please add this CSS at the bottom of theme.scss file
div#shopify-section-featured-collections {
background-color: #5921215e;
}
Thank You!
Thank you so much!
Can i add some margin for the top ? There are not enough space between color and the H2
Furthermore, can i change the color of the text in that section?
Thanks!
Can i change the margin above the H2 ?
And can i change the color of the H2 to white?