• Resolved raihanabo

    (@raihanabo)


    Is there a way to switch off the date and author display on the blog page?
    Sorry translated into English with google

    The page I need help with: [log in to see the link]

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

    (@anlino)

    Hi @raihanabo,

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

    body:not(.single) .post-author, body:not(.single) .post-date, body:not(.single) .post-categories:before { display: none !important; }

    Let me know if that does it.

    — Anders

    I’m trying to do a similar thing. The code you posted clears the author and date but not the category. I’d like to keep the date, but remove the author and category. How should I modify the code to do that?

    Thanks, I’m new to this and appreciate the help.

    EDIT: some further searching turned up the following code, which works for me when removing the category:

    .post-meta p.post-categories {
    display:none;
    }

    I decided to keep both author and date in the end, but I wanted the category gone so this works well for me.

    • This reply was modified 3 years, 10 months ago by waltorious.
    • This reply was modified 3 years, 10 months ago by waltorious.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘date and author display’ is closed to new replies.