Title: Remove link in slider
Last modified: November 3, 2016

---

# Remove link in slider

 *  Resolved [mediavisio](https://wordpress.org/support/users/mediavisio/)
 * (@mediavisio)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-link-in-slider/)
 * Hello, thank you for this beautiful theme! I would remove the link there on images
   on the slider and button, but keeping the button for the title. Is it possible?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-link-in-slider/#post-8395489)
 * Hi [@mediavisio](https://wordpress.org/support/users/mediavisio/),
 * Is your aim to stop the slider from being clickable? If so, you could use [the pointer-events CSS property](https://developer.mozilla.org/en/docs/Web/CSS/pointer-events)
   to achieve that.
 * To add custom CSS: Firstly [set up a child theme](https://codex.wordpress.org/Child_Themes)
   or [activate a custom CSS plugin](https://wordpress.org/plugins/search.php?q=custom+css).(
   If you have [Jetpack](https://jetpack.com) installed then you can activate [its custom CSS module](https://jetpack.com/support/custom-css/).)
 * Enter the following snippet in either the editor for your CSS plugin or the style.
   css file of your child theme:
 *     ```
       .flexslider .slides {
           pointer-events: none;
       }
       ```
   
 * Let me know how you get on with that or if you have any extra questions.
 * Thanks!
 *  Thread Starter [mediavisio](https://wordpress.org/support/users/mediavisio/)
 * (@mediavisio)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-link-in-slider/#post-8395801)
 * Perfect ! It works, thanks.
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-link-in-slider/#post-8396138)
 * You’re most welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove link in slider’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/superhero/1.4/screenshot.png)
 * Superhero
 * [Support Threads](https://wordpress.org/support/theme/superhero/)
 * [Active Topics](https://wordpress.org/support/theme/superhero/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/superhero/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/superhero/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/remove-link-in-slider/#post-8396138)
 * Status: resolved