Home Forums WoodMart support forum Change Image in Cart Widget

Change Image in Cart Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #212244

    emyeele
    Participant

    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.
    #212295

    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

    #212396

    emyeele
    Participant

    Hello, it isn’t working. Can you please access backend and implement?

    Thank you.

    #212580

    Hello,

    I have corrected code, please check now.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)