• Resolved ArnoAnou

    (@arnoanou)


    Hi Ben,

    it’s me again. Thank you very much for the drop down menu shadow!

    One question: I would like to hide the tags on the front page but not on the post page. They just need so much space. How do I do this?

    Best,

    Arno

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sure thing!

    To do this, make sure that the Post Meta option in the Customizer is set to “Show” the tags. Then, add the following CSS to the “Custom CSS” section in the Customizer:

    .excerpt .entry-tags {
      display: none;
    }

    That will hide them on the blog and archive pages while they are displayed on the individual post pages.

    Thread Starter ArnoAnou

    (@arnoanou)

    Thank you so much!

    Thanks to you our blog looks beautiful.

    (Btw: I added the Editorial and Privacy Policy to the footer and shortened the link to your theme. I hope you are okay with this? Also I added pull-quotes to our css, to me they look beautiful but as a screenwriter I know what it’s like when someone modifies your work even with the best intentions. So: Are you okay with that, too? https://filmschreiben.de/das-ziel-ist-persoenlichkeitsstoerung/ )

    Theme Author Ben Sibley

    (@bensibley)

    Absolutely, you can customize however you’d like.

    Really nice work with the pull-quotes, they look great ??

    Thread Starter ArnoAnou

    (@arnoanou)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide tags beneath excerpts’ is closed to new replies.