Home Forums WoodMart support forum Hover Icons on Product Images

Hover Icons on Product Images

Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • #379625

    tekeci
    Participant

    Hello. How can I edit quick view, compare and wishlist icons as screenshot? Is that possible? I really need that. They just need to look separate and round.

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

    Hello,

    Please provide the URL of the icons you want to show instead and provide the page URL where you want to replace the icons. We will provide custom CSS.

    Best Regards

    #379730

    tekeci
    Participant

    You are great! Here:

    #380017

    Hello,

    Please provide the image URL or link to the icon you want to add?

    Best Regards

    #380019

    tekeci
    Participant

    All products in all pages. You can see on screenshot.

    #380306

    Hello,

    Sorry for the delay.

    I see which icons you want to replace, please upload the images which you want to show instead into the media library and provide the links so that I could provide custom CSS.

    Best Regards

    #380439

    tekeci
    Participant

    Sure.

    #380640

    Hello,

    I am checking the page and I see the same icons are already displayed: https://gyazo.com/8b5ef7f9e1a55513a583e3fdee3d4cd3

    Your product grid does not have compare button. Please check if you have enabled the same in the Theme Settings > Shop > Compare.

    Best Regards

    #380662

    tekeci
    Participant

    I guess you got me wrong…. It isn’t my website. I want these icons be on my website. (Woodmart Theme)

    #380945

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-compare-icon > a:before {
        color:transparent;
    }
    .wd-compare-icon {
        background-image:url(https://moirre.com/wp-content/uploads/2022/06/compare.svg);
    	  background-repeat: no-repeat;
    	  background-position: center center;
    	  background-size: 50% 50%;
    }
    .wd-quick-view-icon>a:before {
        color:transparent;
    }
    .wd-quick-view-icon{
        background-image:url(https://moirre.com/wp-content/uploads/2022/06/quickview.svg);
    	  background-repeat: no-repeat;
    	  background-position: center center;
    	  background-size: 50% 50%;
    }
    .wd-wishlist-icon>a:before {
       color:transparent;
    }
    .wd-wishlist-icon {
        background-image:url(https://moirre.com/wp-content/uploads/2022/06/wishlist.svg);
    	  background-repeat: no-repeat;
    	  background-position: center center;
    	  background-size: 50% 50%;
    }

    Best Regards

    #381044

    tekeci
    Participant

    Sorry but i didn’t mean that. I could do that as well. I need same as example.

    * Rounded icons, and sizes.

    #381139

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-grid-item .wd-action-btn {
    margin-bottom:20px;
    background-color:white;
    border-radius:50%;
    }
    .product-grid-item .wd-buttons {
    background-color:transparent;
    }

    Best Regards

    #381177

    tekeci
    Participant

    Thank you so much! And How can I reduce the size of the icons to 1em? they look so big

    #381230

    Hello,

    Please find this code:

    .wd-compare-icon > a:before {
        color:transparent;
    }

    Then replace with this one:

    .wd-compare-icon > a:before {
        color:transparent;
        max-width:30px;
        max-height:30px;
    }

    And finally set the width and height as per your needs.

    Best Regards

    #381238

    tekeci
    Participant

    Nothing is changed.

    #381250

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #381279

    tekeci
    Participant

    Sure:

    #381667

    Hello,

    I have corrected the code.

    Please check now. You need to edit the width and height in line #116,117,128

    Best Regards

    #381772

    tekeci
    Participant

    Thank you but

    1) icons look so far each other. Can you get them closer as example?
    2) And how can I give margin-top value? Because “compare” icon looks so close to up side.
    3) And I need to remove border-bottom and border-right. You must have added it because it wasn’t visible before.

    #382032

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-grid-item .wd-buttons {
         box-shadow: none; 
    }
    body .product-grid-item .wd-action-btn {
        margin-bottom: 5px;
    }

    Best Regards

    #382264

    tekeci
    Participant

    Thank you so much. Best support ever!

    #382313

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for your rate and feedback on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance!

    Wish you a wonderful day!

    #385137

    tekeci
    Participant

    Hello again. I added codes what you write to me but there is little problem. When I enter the single product page. I see the icons we added behind the posts. How can I delete this icon?

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

    Hello,

    Please provide the product page URL with the problem.

    Best Regards

    #385275

    tekeci
    Participant

    You can see it on all product pages:

    #385354

    Hello,

    Please replace the code with this one:

    .product-grid-item  .wd-compare-icon > a:before {
        color:transparent;
    }
    .product-grid-item .wd-compare-icon {
        background-image:url(https://moirre.com/wp-content/uploads/2022/06/compare.svg);
    	  background-repeat: no-repeat;
    	  background-position: center center;
    	  background-size: 50% 50%;
    }
    .product-grid-item .wd-quick-view-icon>a:before {
        color:transparent;
    }
    .product-grid-item .wd-quick-view-icon{
        background-image:url(https://moirre.com/wp-content/uploads/2022/06/quickview.svg);
    	  background-repeat: no-repeat;
    	  background-position: center center;
    	  background-size: 50% 50%;
    }
    .product-grid-item .wd-wishlist-icon>a:before {
       color:transparent;
    }
    .product-grid-item .wd-wishlist-icon {
        background-image:url(https://moirre.com/wp-content/uploads/2022/06/wishlist.svg);
    	  background-repeat: no-repeat;
    	  background-position: center center;
    	  background-size: 50% 50%;
    }

    Best Regards

    #385355

    Hello,

    Please replace the code with this one:

    .product-grid-item  .wd-compare-icon > a:before {
        color:transparent;
    }
    .product-grid-item .wd-compare-icon {
        background-image:url(https://moirre.com/wp-content/uploads/2022/06/compare.svg);
    	  background-repeat: no-repeat;
    	  background-position: center center;
    	  background-size: 50% 50%;
    }
    .product-grid-item .wd-quick-view-icon>a:before {
        color:transparent;
    }
    .product-grid-item .wd-quick-view-icon{
        background-image:url(https://moirre.com/wp-content/uploads/2022/06/quickview.svg);
    	  background-repeat: no-repeat;
    	  background-position: center center;
    	  background-size: 50% 50%;
    }
    .product-grid-item .wd-wishlist-icon>a:before {
       color:transparent;
    }
    .product-grid-item .wd-wishlist-icon {
        background-image:url(https://moirre.com/wp-content/uploads/2022/06/wishlist.svg);
    	  background-repeat: no-repeat;
    	  background-position: center center;
    	  background-size: 50% 50%;
    }

    Best Regards

    #385392

    tekeci
    Participant

    Done! Thank you!

    #385664

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Hover Icons on Product Images’ is closed to new replies.