Hiding featured image and adding custom footer text

  • Unknown's avatar

    Hi,

    I’m trying to do two different things in Ovation theme and have been trying to use some css:s but they don’t seem to work (probably because they were created to other themes). So here are my problems

    1: I want to add Copyright information/text in the footer to substitute the original WordPress footer credit. Is there a css that could work in this?

    2: I would like to hide featured images on the actual pages where the featured images are set, but show the images in grid menu in parent pages and in front page. Is this possible and how?

    Hopefully there is someone there who could help :)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Found a way to add Copyright info, so no help needed in question 1 any more. :) Only problems remain with the featured image now.

  • Unknown's avatar

    Problem solved. I used css

    .page .entry-media img {
    display: none;
    }

    and featured image vanished but are still displayed in thumbnails and grids. So everything is in order now. Closing this topic :)

  • The topic ‘Hiding featured image and adding custom footer text’ is closed to new replies.