Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello,
We'd like to remove the RGB(236,235,231) colored borders from images.
Borders;
Product Detail Page URL Example: https://www.gizlisekme.co/products/test
We want to change it with #f9f7fa#fffghostwhitehsl(280,23%,97%)rgb(249,247,250) since it is our background current.
Current border color details: #ecebe7#ffelinenhsl(47,11%,91%)rgb(236,235,231)
Thank you for your support,
Solved! Go to the solution
This is an accepted solution.
add the following code at the bottom of your assets/theme.css
.product__main-photos {
border-color: #f9f7fa !important;
}
Thanks!
This is an accepted solution.
add the following code at the bottom of your assets/theme.css
.product__main-photos {
border-color: #f9f7fa !important;
}
Thanks!
Thank you very much ❤️
Hello,
it worked for desktop view, but it didn't work for mobile;
Do you have any suggestions about mobile border colors? I guess it depends on "Lines and Borders" setting of Theme Settings;
Thank you so much for the support
add the following code at the bottom of your assets/theme.css
@media only screen and (max-width:768px){
.product__main-photos {
border-color: #f9f7fa !important;
}
}
Hi there, could you help to move the "add to cart" button on the same row of quantity?
Thanks for your help.
Our store URL: https://atw6g6zygfbp15qd-57623150724.shopifypreview.com/products/computer-desk-with-bookshelves
Password: cowsko
User | RANK |
---|---|
205 | |
105 | |
88 | |
57 | |
45 |