Section divider width - Prestige theme

Section divider width - Prestige theme

learnify
Excursionist
28 0 1

Hello team, I need little help with tow things first the section borders' width and the curves of the border end. 

Store Link: https://nn1n0h0pgkqghbyo-34794897548.shopifypreview.com

learnify_1-1744388486632.png

learnify_2-1744388687407.png

 

learnify_3-1744388809545.png

Any help will be appreciated. Thanks




Replies 2 (2)

Rahul_dhiman
Shopify Partner
808 155 169

Hello @learnify 
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.

#shopify-section-template--18612863500428__slideshow .content-over-media {
max-width: 100% !important;
}
*, :before, :after {
border-radius: 0px !important;
}
@media only screen and (max-width: 768px) {
.product-gallery__media.snap-center.is-initial img, .product-gallery__media.snap-center img {
border-radius: 0px !important;
}
}

result
105.png104.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

learnify
Excursionist
28 0 1

Photos I want to keep with cornetr, I want to reduce the width of the section borders (because it is also showing a curve in the border.) or just remove the "border radiu' of the section borders.