Sketch theme: how to remove project tiles under portfolio images & link to blog?

  • Unknown's avatar

    Hi there,

    I’m using the Sketch theme’s portfolio image layout on my homepage.

    I want to hide the projects’ titles from showing beneath their respective portfolio images on the homepage. I used a short code attribute to remove the content from showing (i.e. “display_content=false”) but I can’t seem to find an attribute to hide the titles. I ticked the box in Customize/Themes to do hide them, but it hasn’t worked. Can anyone help?

    Also, I want one of the portfolio featured images on the homepage to link to the blog. How can I do this as I can only seem to link to projects not pages (for posts)?

    If anyone can help with both of these questions, I’d be grateful.

    Best wishes, S

    The blog I need help with is: (visible only to logged in users)

  • I want to hide the projects’ titles from showing beneath their respective portfolio images on the homepage.

    Looks like you removed the project titles in the editor. You could also hide the titles with some custom CSS, a feature included with the Premium or Business plan. This should do it:

    .home .portfolio-entry-title {
      display: none;
    }

    Also, I want one of the portfolio featured images on the homepage to link to the blog. How can I do this as I can only seem to link to projects not pages (for posts)?

    Correct, the portfolio project shortcode only displays projects, it’s not possible to link to the blog that way.

  • The topic ‘Sketch theme: how to remove project tiles under portfolio images & link to blog?’ is closed to new replies.