Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #125080
    Eddron
    Participant

    How do I remove the “featured image” from the top of a page? I’d like to use it on the home page for the featured section; however, once I click to go to the actual page, I don’t want to see the image at the top of the page. Thank you.

    #125099
    tikaram
    Keymaster

    @eddron : This feature is available in Fotografie Pro theme. Please upgrade to pro if you would like to use this feature. Alternatively, you can hide it with additional css as well.

    #125101
    Eddron
    Participant

    Would you be able to tell me what that css code might be. 🙂

    #125124
    tikaram
    Keymaster

    @eddron : Go to Appearance => Customize => Additional css and add the following css.

    .page .singular-section .post-thumbnail {
    	display: none;
    }

    Let me know if you have any further issues.

    Regards,
    Tikaram

    #125130
    Eddron
    Participant

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing Featured Image’ is closed to new replies.