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

    Hi There. Enjoying the theme very much, but having a simple problem.

    I’ve searched and followed the other threads here on the forum, but am having no luck with the css snippets:

    .single .big-preview.single-big {

    display: none;

    }

    .single-portfolio .page-thumb {

    display: none;

    }

    Is there any other way I could remove the featured image from the top of posts and portfolio items?

    #126134

    Hi,

    What type of Blog style do you have? The code you have should work fine. You can also add this if you are using the small preview pic blog style.

    .small-preview {
    display: none;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘problems removing reagured image from post and portfolio item’ is closed to new replies.