• Resolved Heike 1211

    (@heike-1211)


    Hello, first oft all I love this Theme, it is so clear and elegant! I use it in my very first WP-Installation http://www.wolkenpause.de

    Now I would like to hide the featured Image on a single post. Is this possible?
    And in addition is it possible to see just the logo and the tag line below?
    Thank you so far!

    Heike

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Next version (which was already submitted) will include the ability to hide the featured images on single posts.

    There’s an option to display the logo+site title+site description in Header Area > Site branding. I assume you want to hide the title? You’ll need a custom CSS plugin and you should add this code in it:

    .site-title {
        display: none;
    }

    Thread Starter Heike 1211

    (@heike-1211)

    Thanks for the quick answer. Could I geht the update in the WP-Dashboard or do I have to upload it via FTP?
    The CSS for the Tag line is in usw – thank you

    It will show up in your dashboard. Not sure when it will be reviewed though.

    Thread Starter Heike 1211

    (@heike-1211)

    Thank you very much for your prompt answers 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide Featured Image’ is closed to new replies.