Home Forums WoodMart support forum Resim Açıklaması – Picture Explanation

Resim Açıklaması – Picture Explanation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26324

    lavitasarim
    Participant

    Hello there.

    I want to prevent the explanations from appearing when I hold the mouse over the image. This only happens in the categories.

    Thank you.

    #26343

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .cat-design-center .more-products {
    	display: none;
    }
    
    div.cat-design-center:hover .hover-mask {
        transform: translateY(calc(-50% + 20px)) translateZ(0);
        -webkit-transform: translateY(calc(-50% + 20px)) translateZ(0);
    }

    Regards

    #26407

    lavitasarim
    Participant

    I mean this.

    The code you sent did not work

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

    Artem Temos
    Keymaster

    Sorry, but this title is an HTML attribute and it can’t be hidden. Moreover, we can’t remove it from the HTML since it comes from WooCommerce plugin.

    #26444

    lavitasarim
    Participant

    Hello.

    I can not believe it can not be a solution.

    What do I have to do to prevent it from appearing

    🙁

    #26462

    Artem Temos
    Keymaster

    Hi,

    Sorry, but we don’t have a solution for that since it is not related to our theme. You can switch to default WordPress theme and see that it comes from WooCommerce plugin and happens on all WordPress themes.

    Regards

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