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
.global-media-settings {
border: 0;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
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
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
.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;
}
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
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:)



