Home Forums WoodMart support forum Button on featured products

Button on featured products

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

    mdilisio
    Participant

    Hello. Is it possible to modify the icon that is seen when mouse hovering on the button that is seen on the featured products?
    It shows the icon of a shopping cart and I would like to put something different, since the site is for requesting quotes and not for buying.
    If not, can the hover effect be removed somehow?

    One more thing. Is it possible to achieve the same effect or design in the catalog (shop) and in the featured products?
    The idea would be that they are displayed in a similar way to the featured products. Is it possible to edit the view of the product grid in the catalog (shop) from somewhere?
    https://wes-merchandising.com.ar/catalogo/

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

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings for add to cart icon.

    body .wd-add-btn-replace .add-to-cart-loop:before { 
    font-family: "Font Awesome 5 Free";
     content: "\f004"; 
    }

    If you want to disable the hover effect use the following custom css.

    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:before { 
    content: " "; 
    } 
    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:hover span { transform: unset; 
    }

    Go to Theme Settings > Product Archive > Product Styles > Choose one of the hover effects for products.

    Best Regards.

    #487716

    mdilisio
    Participant

    Perfect. Thanks a lot!

    #487828

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Button on featured products’ is closed to new replies.