• Would like to either get rid of the entire box for author/date/category or be able to switch out author for categories

    Do not want dates at all – I’ve tried the post.footer display none css but that doesn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @sdex,

    To hide the article footer on single blog posts, go to Appearance > Customize > Additional CSS (the menu labels might be different in your language) and enter the following code:

    .post-meta-container { display: none !important; }

    If you also want to hide the meta block on archive pages (within the post previews), you can add the following:

    .posts .post-meta { display: none !important; }

    The Additional CSS field was added in 4.9, so make sure you’re running the latest version. Let me know how it goes.

    — Anders

    Thread Starter sdex

    (@sdex)

    Worked like a charm!! thanks!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘post.footer’ is closed to new replies.