Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267783
    bobgarrett
    Participant

    Is there any way to disable a link from a slider? Currently it goes to the post which created the slider. I’d rather not have a link, or if I must have one for it to go somewhere more useful.
    Thanks

    #267794
    tikaram
    Keymaster

    @bobgarretthomenetworks-co-uk: Please post in your site URL.

    Regards,
    Tikaram

    #267796
    bobgarrett
    Participant
    #267914
    tikaram
    Keymaster

    @bobgarretthomenetworks-co-uk: Login to your WordPress admin section
    Go to Appearance => Customize => Additional css and add the following css

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

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

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