Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #106241
    Komplusjonas
    Participant

    Is there anyway to disable linking from images on the featured slider?

    #106281
    Mahesh
    Keymaster

    @komplusjonas: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .slides a {
       pointer-events: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disable links on Featured slider!?’ is closed to new replies.