Hello -
I am trying to change the background color of my product page on Narrative. How should I code that?
Website: shopmadebyearth.com
PW: preech
Thank you!
Hello -
I am trying to change the background color of my product page on Narrative. How should I code that?
Website: shopmadebyearth.com
PW: preech
Thank you!
@KurtM , do this to fix it in 20 seconds:
.product-template{
background-color: #6b6b6b !important;
}
You can change the #6b6b6b to any HEX color you wish.
Kind regards,
Diego
Thanks very much, @diego_ezfy !