Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #238422

    I would like to hide the featured image at the top of my portfolio-item page. I am using layout builder to create the page. Thanks, kim

    #238563

    Hi kgersony!

    Are you talking about the single portfolio view featured image? Please use this on Quick CSS:

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

    Cheers!
    Ismael

    #238758

    That worked! Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Prevent featured image from displaying on portfolio-item page’ is closed to new replies.