Home Forums WoodMart support forum Cart icon

Cart icon

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #52772

    Solar Garant
    Participant

    Hi,
    I would like to know if the standard woocomerce cart icon can be replaced for a auction hammer. We use the theme as a auction site.
    I mean the icon that shows up at each product, see screenshot.

    regards,
    O Wagenaar

    Attachments:
    You must be logged in to view attached files.
    #52788

    Artem Temos
    Keymaster

    Hi,

    Could you please specify what icon do you want to set there? Or you just want to upload some image icon? Send us a link to that icon.

    Regards

    #52818

    Solar Garant
    Participant

    Hi,
    on each product there is a cart icon on it. see atachment.
    Just select a product and you see it. That card icon i would like replace with a auction icon.

    regards,
    OW

    Attachments:
    You must be logged in to view attached files.
    #52845

    Artem Temos
    Keymaster

    Yes, we understand about this. We meant a link to the actual hammer icon you want to use. By default, our theme doesn’t have such icon for the auction.

    #52876

    Solar Garant
    Participant

    I have no link for such a icon but i maybe simple auctions plug in have it, otherwise if i know where to find the cart icon i can maybe replaceit by my self.

    #52896

    Artem Temos
    Keymaster

    It is a part of our theme vector font and it is not a file. You can’t simply replace it.

    #52904

    Solar Garant
    Participant

    Okay where can i find it?

    #52905

    Artem Temos
    Keymaster

    Sorry, but we don’t know where to find the icon you need. Our theme doesn’t have it.

    #53067

    Solar Garant
    Participant

    Otherwise can i delete it?

    #53075

    Hello,

    Please add this code to Theme Settings > Custom CSS

    .woodmart-hover-standard .btn-add>a:focus span:not(.woodmart-tooltip-label), .woodmart-hover-standard .btn-add>a:hover span:not(.woodmart-tooltip-label) {
        transform:none!important;
    }
    .woodmart-hover-standard .btn-add>a:before {
        content:none!important;
    }

    Best Regards

    #53091

    Solar Garant
    Participant

    Thank you,
    The code is pasted in my css but i see no difference.

    Attachments:
    You must be logged in to view attached files.
    #53098

    Hello,

    Please replace the code with this one:

    .woodmart-add-btn{
        display:none;
    }

    Best Regards

    #53112

    Solar Garant
    Participant

    Cart is still there.

    #53123

    Bogdan Donovan
    Keymaster

    Hi, try to replace previous code snippets with code below:

    .woodmart-hover-quick .woodmart-add-btn>a:before {
    	display: none;
    }
    
    .woodmart-hover-quick .woodmart-add-btn>a:hover span:not(.woodmart-tooltip-label) {
       -webkit-transform: none;
       transform: none;
    }

    Regards

    #53143

    Solar Garant
    Participant

    Oh my …. Now the cart is coming true the text. So i see a cart and text. The text has to stay.

    #53155

    Bogdan Donovan
    Keymaster

    We check your site and found that part of our snippet is not applied correctly. Please remove one bracket before last part of the code http://prntscr.com/j6x9iq.

    Regards

    #53172

    Solar Garant
    Participant

    Yes now it’s working as it should be. Only i have a warning in css see atachment.

    Attachments:
    You must be logged in to view attached files.
    #53208

    Artem Temos
    Keymaster

    Don’t worry about this warning. The code is correct.

    #53216

    Solar Garant
    Participant

    Okay thanks, ticket can be closed.

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

The topic ‘Cart icon’ is closed to new replies.