Hello! someone added a gradient on my main product section and i cant seem to remove it.
https://dc602d.myshopify.com/collections/all-products/products/ava-sculpting-thong
A user is experiencing an unwanted gradient overlay on their main product section that they cannot remove. The issue appears on their Shopify store’s product pages.
Proposed Solution:
base.css file.body-transition element with position and other styling propertiesCurrent Status:
Hello! someone added a gradient on my main product section and i cant seem to remove it.
https://dc602d.myshopify.com/collections/all-products/products/ava-sculpting-thong
Hello @jenevieve0495
Add this below code in base.css at the bottom of the file
body .transition-body {
position: unset !important;
}