Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #179887

    Hello,

    I would like to exclude the thumbnail from the portfolio single, as the thumbnail is a drawing for general portfolio page, but inside a single project, it’s only a photo slideshow. I found out this topic that seems related but it’s for another theme…
    https://kriesi.at/support/topic/clicking-on-project-thumbnail-plays-video/
    ¿Any clue about how to do it?
    Looking forward, thank you in advance.
    Regards,

    Anne-Sophie

    #179915

    Hi again,

    I came up to
    ‘div.page-thumb {display: none;}’

    so the thumbnail doesn’t show inside single portfolio but does on general portfolio page. However, if you had a php solution for that, I would be glad to hear about it.

    Regards.

    #180046

    Hi!

    If you want to remove the featured image on the single portfolio view. You can use this on your custom.css or Quick CSS:

    .single-portfolio .page-thumb {
    display: none;
    }

    Best regards,
    Ismael

    #182206

    Thank you! :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Exclude thumbnail from portfolio single page’ is closed to new replies.