What's your biggest current challenge? Have your say in Community Polls along the right column.

how do i remove these grey top and bottom bits pls/above below banner with image?

how do i remove these grey top and bottom bits pls/above below banner with image?

saabbb1212
Explorer
58 3 14
Replies 4 (4)
saabbb1212
Explorer
58 3 14

Screen Shot 2024-11-28 at 6.10.10 PM.png

saabbb1212
Explorer
58 3 14

sorry no..Screen Shot 2024-11-28 at 6.10.10 PM.pngI was actually trying top remove the grey top and bottom of image banner with the dog and food

Rahul_dhiman
Shopify Partner
667 131 136

Hello @saabbb1212 

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

 
 

 

@media screen and (min-width: 990px) {
.banner__media.media > img  {
 object-fit: cover;
}
}

 

Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
saabbb1212
Explorer
58 3 14

no i didnt work sorry 😞