• Resolved k45k

    (@k45k)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author terrathemes

    (@terrathemes)

    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.