hi everyone
my product page looks like this now (I would like to keep it like this)
but is it possible when opening a product to change the whole background to grey so that it is not a box?
thanks!
Christian Russo
hi everyone
my product page looks like this now (I would like to keep it like this)
but is it possible when opening a product to change the whole background to grey so that it is not a box?
thanks!
Christian Russo
Hi @christian_russo ,
You can follow the instruction below:
#shopify-section-template--15460582195393__main {
background: #dbdbdb;
padding-bottom: 60px;
}
#shopify-section-template--15460582195393__multicolumn,
#shopify-section-template--15460582195393__16472444622faece2e {
display: none;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.