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

    Hi, when i add a featured image for a normal page it show it when published. I only want to add so when someone tags the page on facebook it shows a image.

    So how to add a featured image without is showing on a normal page?

    Thanks

    #120627

    Hi,

    You can hide via css. Add this on your custom.css

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

    Cheers,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove featured image’ is closed to new replies.