How do I remove the box around images in Crave theme?

Hi Im having a problem in removing a kind of box around my images and buttons on my website it is using the crave theme I will insert link for reference

https://rapro.ie/products/car-air-freshener-100ml-new-car

@Sebas1221 ,

.global-media-settings {
    border: 0;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like

Hi I have added that and it work perfectly thanks but there is still a tiny white line at the bottom do you know how to get rid of this you will see it in the above link

Also still like a box around all of the buttons and stuff do you know how to get rid of it all? Greatly Appreciated

@Sebas1221 ,

this one ?

1 Like

Yes and all of them in general I would love to have no white around buttons ect Just plain black with no shadows or borders all over the website

@Sebas1221 ,

.button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role=button]:before, .cart__dynamic-checkout-buttons [role=button]:before {
    box-shadow: none;
}
.global-media-settings:after {
    box-shadow: none;
}
1 Like

Perfect box is gone around the item thank you so much.

Just one more question how do I get rid of the boxes in the nax bar and on button i pasted in all the code you gave me

Screenshot 2022-05-05 123504.png

@Sebas1221 ,

ul#HeaderMenu-MenuList-5 {
    border: 0;
    box-shadow: none;
}
.quantity:after {
    box-shadow: none;
}
quantity-input.quantity {
    position: unset;
}

Perfect the box around buttons is gone just the nav bar left but I will try figure it out myself you have been more than enough help thank you:)

Weird that there is now a white line going through the screen