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
806 155 169

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

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

saabbb1212
Explorer
58 3 14

no i didnt work sorry 😞