[Support request] how to get rid of featured image at top of page

Home Forums Support [Support request] how to get rid of featured image at top of page

Home Forums Support how to get rid of featured image at top of page

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

    Hi . . . I want to have a featured image attached to each page so that when I post the link into social media, or even an email, that image is associated with the page. However, I do not want this image to appear at the top of the page, which according to other documentation I have read, seems to be coded into the theme. How do I prevent the image from being at the top of each page?

    Also . . . I see a theme update is available. I didn’t use a child theme as none was included in the zip I received when I purchased the premium theme. Can I update to the new version safely? I have made many theme modifications, but none via css or html.

    Thanks

    #755059
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can hide the featured image with some CSS like this:

    .single .featured-image,
    .page .featured-image {
        display: none;
    }

    As for the update, as long as you haven’t touched the core theme files, you’ll be safe to update.

    All customizations done through the theme options are update-safe 🙂

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