Home Forums WoodMart support forum A litte bit css support pls

A litte bit css support pls

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #242420

    Verisato
    Participant

    Hello,

    I need some CSS support from you guys.
    In the mobile view on the mobile phone, the product view can be seen in the product grid as shown in the attached image.
    The “Details” button is always visible.

    Is it possible to display this “Details” button only when mous over (hoover) or to hide it completely?
    In the desktop or tablet version, the current display is okay.

    Only on the mobile phone does “Details” cover too much of the product photo.

    Thanks and best regards
    Verisato

    #242524

    Hello,

    Mobile devices do not have hover, it is not possible to hove in mobile. That is why it is not possible to make anything on hover.

    Best Regards

    #242533

    Verisato
    Participant

    OK thank you for the information.

    Alternatively, is it possible to hide the “Details” button in the mobile phone view?

    #242567

    Hello,

    Sure, please add this code to the Theme Settings > Custom CSS > mobile:

    body .woodmart-hover-quick .woodmart-add-btn {
    display:none;
    }

    Best Regards

    #242686

    Verisato
    Participant

    Hello,

    thanks for your support but your custom css doesn’t works. Can you pls take a look again?

    #242713

    Hello,

    Please clear the browser cache and check again if the problem remains, please provide your site admin access to the private area.

    Best Regards

    #242721

    Verisato
    Participant

    the browser cache is cleared the problem still remains.

    #242834

    Hello,

    Please copy and paste the code to mobile as shown: https://prnt.sc/vm20pg

    Best Regards

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