Title: Projects
Last modified: July 29, 2019

---

# Projects

 *  Resolved [k45k](https://wordpress.org/support/users/k45k/)
 * (@k45k)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/projects-7/)
 * I would like to keep the projects for the slider on barontimarketing.000webhostapp.
   com but Cannot for the life of me remove the hyperlinks behind them and wondering
   if there is a solution
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fprojects-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [terrathemes](https://wordpress.org/support/users/terrathemes/)
 * (@terrathemes)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/projects-7/#post-11780841)
 * There are a few ways to achieve that.
 * 1. Assign the CSS rule `pointer-events: none` to that link. This would remove
   hover and click events for that link. Use:
 *     ```
       .meteorite-projects .project-item a {
         pointer-events: none;
       }
       ```
   
 * However with this method the link is still visible in the source code of your
   page. So people might be able to visit the pages. Therefore you might want to
   both 1 and 2.
 * 2. Add a custom link to the project. To do so edit the project and assign a project
   link on the bottom of the page in the Project Details meta box. If you add a `#`
   as the link, it will just jump to the top on a click.
 * Other ways like editing the code to remove the link are for more experienced 
   users.
 * Please let me know if this solves your question.

Viewing 1 replies (of 1 total)

The topic ‘Projects’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [terrathemes](https://wordpress.org/support/users/terrathemes/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/projects-7/#post-11780841)
 * Status: resolved