Home Forums WoodMart support forum Add to cart irregularity on product hover: once with icon once with full button

Add to cart irregularity on product hover: once with icon once with full button

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

    ytrofr
    Participant

    Hey,

    The add to cart on product hover shows differently on products, once with full button and once with iconed button/

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

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    add_filter( 'woodmart_hover_width_small', '__return_false' );

    Best Regards

    #223044

    ytrofr
    Participant

    Works, Thanks!

    #223048

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Add to cart irregularity on product hover: once with icon once with full button’ is closed to new replies.