Archived topic
how to get rid of featured image at top of page
1 reply · Started by Senida on December 12, 2018
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
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 :)