Home Forums WoodMart support forum Hide text from hover

Hide text from hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51197

    wzd24
    Participant

    Hello,

    how we can hide the text under the green price in hover effect:

    “Gewicht
    StartsellersPreis
    VarKostenPro”

    See attached image please.

    Thank you
    Tommy

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

    Hello,

    Navigate to Theme Settings > Shop and set other Hover on the product http://prntscr.com/j1pni2

    Seems now you have set Summary on hover. Change this.

    If you want to remain this hover effect but hide text only try this CSS

    .woodmart-hover-base .hover-content-inner {
        display: none;
    }

    Add this code to Theme Settings > Custom CSS > Desktop
    Best Regards

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