Home Forums WoodMart support forum remove hover of color name bubble

remove hover of color name bubble

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #141266

    KH
    Participant

    When you hover your mouse on color variations, you will see a black bubble indicating the name of the color. I want to remove it. I already have the black border on hover. This is enough. So I don’t need that color name hover. Pls tell me. I couldn’t find the css to display:none .

    #141311

    Hello,

    Add this JS snippet On document ready into the Theme Settings > Custom JS:

    jQuery('.colored-swatch.woodmart-tooltip,.image-swatch.woodmart-tooltip').tooltip('destroy');

    Best Regards

    #141313

    KH
    Participant

    It’s gone! Actually I don’t want to think much about color names, which have to be shown to the people and may not be accurate to the picture variations and they may confuse. Since I focus on picture variations, not color. So I don’t need it. The products will be however look the same to the picture variations.

    Thanks!

    #141348

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘remove hover of color name bubble’ is closed to new replies.