• Hi,

    great theme btw.

    Is there any option to remove a links from the post titles on the front page. There is no need to have them and they are causing confusion.

    You can see all the content on the front page so no need to click on it (if you don’t use comments).

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi daaaaniel,

    Not out of the box no. There are however a few ways to accomplish this. I would recommend to either create a child theme and remove the links from the specific page template.

    Another option is to accomplish this is with css.
    Something like:

    .home .project-link {pointer-events: none;}

    • This reply was modified 7 years, 2 months ago by Bianca.

    The CSS method Bianca provided is probably the easiest method. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Post Title links’ is closed to new replies.