Home Forums WoodMart support forum Disable the hover icon bar

Disable the hover icon bar

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #210702

    Jean-Michel
    Participant

    Good day.
    Can you please give me a CSS code to make this icon bar invisible. I don’t need that in my shop. I can remove the wish list and compare in the settings, but not “ad to cart” and quick view. I want to have everything away.

    https://nimb.ws/vBlNwe

    Many thanks for your help:

    #210746

    Hello,

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

    .product-grid-item:hover .woodmart-buttons[class*=wd-pos-r] {
    display:none;
    }

    Best Regards

    #210761

    Jean-Michel
    Participant

    I inserted the code under “CUSTOM CSS / Global”. However, it doesn’t work. the icons are still visible. I deleted all chaches. What am I doing wrong? Can you see it:
    https://jamb-xxl.ch/shop/

    #210836

    Hello,

    Try this code:

    body .product-grid-item:hover .woodmart-buttons[class*=wd-pos-r] {
    display:none;
    }

    It should work: https://gyazo.com/f78a9d4fa32e6b8bd516b339eecfbb53

    Best Regards

    #210869

    Jean-Michel
    Participant

    How did they do that for me it doesn’t work. Did I insert the code incorrectly? I deleted all caches and deactivated cdn, but it doesn’t work 🙁
    https://nimb.ws/wxZWNc

    #210917

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

    #211058

    Jean-Michel
    Participant

    Here is my Admin Access

    #211063

    Jean-Michel
    Participant

    Now it worked. I copied the css code in at the beginning and then it was no longer red but green and now everything works again 🙂 sorry

    #211096

    Jean-Michel
    Participant

    Sorry, but it still doesn’t work in the mobile view. the icons are still displayed there.

    #211239

    Hello,

    Please clean the cache and check again. https://gyazo.com/1871832da5a877b94140f1d405dcc9fe

    Best Regards

    #211264

    Jean-Michel
    Participant

    Yes, but it doesn’t work on the smartphone

    #211353

    Hello,

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

    @media (max-width: 1024px){
    body .product-grid-item .woodmart-buttons {
        opacity: 0;
    }
    }

    Best Regards

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