Hello
I am using a metafield on my product page ( Impulse Theme) but would like it to have a different background color. Is that possible?
from this
to this
Thanks
Hello
I am using a metafield on my product page ( Impulse Theme) but would like it to have a different background color. Is that possible?
from this
to this
Thanks
Hello,
.template-product #shopify-section-template--15268267262178__1635996875d39b80d3 {
background: #d6c8cb;
padding: 30px 0 30px 0;
}
Thanks
nothing is happening -sorry
Then assign a specific class to that section and use css which shared in last reply.
I’m sorry not not very good with codes…where shall i assign this ![]()
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
@TBS2022
Kindly Share your Store URl.
see above
ok I will Help you to fix this. So kindly provide me your Store collaboration. And it may be some time taking process.
Go to your code editor Assets > theme.css or theme.css.liquid and paste this line at the bottom of the file
.shopify-section.index-section .text-left.page-width {
background: #e8e8e1;
padding:40px;
}
I Hope it work.
Thank you.
Kindly like our Solution if helpful