HOw can I add a color back ground for the Icons With Text section on product pages. Need 15px padding as well.
Thanks! ![]()
HOw can I add a color back ground for the Icons With Text section on product pages. Need 15px padding as well.
Thanks! ![]()
Share your Store URL
Also 15px padding all around?
BR
Dawood Mirza
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
@xnyjyh Please follow below steps to set background color for “Icon with text” section on product page and add padding. Let me know whether it is helpful for you.
.product .icon-with-text {
background-color: #E9E9E9 !important;
padding: 15px;
}
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
Unfortunately it did not work ![]()
@xnyjyh Please share your store URL to check further.
it def works on inspection, but not when applied in code editor in shopify. My URL is in your inbox
I just added the code in icon-with-text.liquid as a worked fine there, Thanks!
Hi @xnyjyh
.icon-with-text--vertical img {
filter: invert(21%) sepia(98%) saturate(7492%) hue-rotate(357deg) brightness(101%) contrast(102%);
}
.product .icon-with-text{
background: #e9e9e9 !important;
}