Home Forums WoodMart support forum Remove buttons on 'Image Hotspot'?

Remove buttons on 'Image Hotspot'?

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

    Jare
    Participant

    Is there a way to remove the buttons from Image Hotspot? removing the text/link doesn’t appear to do anything;

    #285443

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-image-hotspot .btn.btn-color-primary {
    display: none;
    }

    Best Regards

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