• When the author is removed from the posts list, using this code:

    .entry-meta .author {
    display: none;
    }

    the “/” symbol remains after the date. How to remove it?

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

Viewing 1 replies (of 1 total)
  • Thread Starter Roland Rolson

    (@rolandrolson)

    I’ve found the answer on the official forum. That’s the code needed:

    .entry-meta .by-author,
    .entry-meta .comments,
    .entry-meta > div:after {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing the “slash” separator from posts’ is closed to new replies.