Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #334142

    I would like to either remove the portfolio featured image or change the dimensions. Any suggestions?

    Previously you sent me this:

    Dude wrote:

    If you want to remove the featured image from single pages open up /wp-content/themes/enfold/includes/loop-portfolio-single.php and delete

    if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";

    But, this seems to be no longer valid.

    #334878

    Hi BuffyO!

    Please add following code to Quick CSS

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

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.