• Resolved karen222

    (@karen222)


    How can we hide or remove categories from the post page? I don’t want it to appear on the top.

    Or is there a way to move it to the bottom of the page to appear above the tags?

    I tried to insert this code, but it hid the tags that appear on the bottom as well.

    .meta { display: none !important; }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @karen222,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .page-header .meta { display: none; }

    Let me know if that does it.

    — Anders

    Thread Starter karen222

    (@karen222)

    Thanks Anders. The code that I used previously worked afterall. I think I just had to update the cache.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide or Move Categories’ is closed to new replies.