Change Image in Cart Widget
-
Hello, can you please help me change the cart image to something else?
Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
body .cart-empty:before {
content: " ";
padding:150px 0
display:block;
background-image: url(https://delykit.com/wp-content/uploads/2020/05/box-v2-wht.png) !important;
background-position: center center!important;
background-repeat: no-repeat !important;
background-color:black;
}
Now your image is white and it would not be visible on a white background. You need to replace URL in the code for the black image. and delete the last line.
Best Regards
Hello, it isn’t working. Can you please access backend and implement?
Thank you.
Hello,
I have corrected code, please check now.
Best Regards