Hi there! I’m trying to change only the main page background colour in Narrative theme and it requires a bit of coding which I don’t know at all.
Does anyone know the solution for this issue? Thanks so much!
Hi there! I’m trying to change only the main page background colour in Narrative theme and it requires a bit of coding which I don’t know at all.
Does anyone know the solution for this issue? Thanks so much!
hii, @yumina
Kindly share your store URL so,
I can solve your issue.
Thank You.
Thank you!
Give me the color code that you want to put in the background color.
It’s #212121
hii, @yumina
paste this code on top of the theme.scss file.
main#MainContent {
background-color: #212121 !important;
}
Thank You.