Add To Cart Hover

Hi all

In 4.11.2

Someone know how to disable hover for product category ?

I want to show add to cart bottom forever... not only hover

cart.png

Please share URL of your website

Please share URL of your website

send private mesage

it is responsive theme

To the CSS section of the Theme editor try to add the following code

.button-container .ty-btn__primary:hover {
    background-image: url('../../media/shopping-cart-512b.png');
    background-position: left bottom, right top;
    background-repeat: no-repeat, repeat;
    background-size: 33px;
    background-color: #4b112e;
}

(!) Not tested

To the CSS section of the Theme editor try to add the following code

.button-container .ty-btn__primary:hover {
    background-image: url('../../media/shopping-cart-512b.png');
    background-position: left bottom, right top;
    background-repeat: no-repeat, repeat;
    background-size: 33px;
    background-color: #4b112e;
}

(!) Not tested

Thanks, but

Not work :(

Hm. Works ok if I add code in the code inspector

where exact you added... but you can see... i allready added

Try to clear browser cache. Button is displayed correctly for me on hover

O yes... works...but
I think I did not express myself correctly
my bad english language
i want to show the button fix. without hover
to show nativ add to cart to all products. He was before latest update
Last update hide my button
He show me only when i hover the product
Similar Example from demo atash
I want to show that button without hover it

2020-01-14 10_55_11-Sports & Outdoors.png

Try to clear browser cache. Button is displayed correctly for me on hover

O yes... works...but
I think I did not express myself correctly
my bad english language
i want to show the button fix. without hover
to show nativ add to cart to all products. He was before latest update
Last update hide my button
He show me only when i hover the product
Similar Example from demo atash
I want to show that button without hover it

Do you mean that the button should be always visible on the product listing?

Do you mean that the button should be always visible on the product listing?

Yes !

:)

It is not possible without template editing. Looks like custom changes were deleted by the upgrade

It is not possible without template editing. Looks like custom changes were deleted by the upgrade

- as you can see the same hover effect is on demo clear standard version to ( i hate this)

- my custom changes is only "ECOM LABS Configurable Grid View"

Please help me with some indication