Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #313612
    santu009m
    Participant

    How can i disable the slider links. Any additional CSS code. Pls help.

    #313614
    tikaram
    Keymaster

    @santu009m : Please add the following additional css.

    .slider-image {
      pointer-events: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #314246
    santu009m
    Participant

    After applying the above css code I was able to remove the link on the image file. But not from the text (pagename) on the image file. Pls help.

     

    #314290
    tikaram
    Keymaster

    @santu009m : Please try adding the following additional css instead of the previous css.

    #feature-slider .cycle-slideshow .hentry {
        pointer-events: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #314311
    santu009m
    Participant

    Thank You very much.

    And I would also like to remove the black background behind the text in the slider. Please help.

     

    #314397
    tikaram
    Keymaster

    @santu009m : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css

    #feature-slider .entry-container {
        background: unset;
    }

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable Slider links’ is closed to new replies.