Before you ask please READ THIS

Getting rid of "/" separator in post Meta

edited October 2016 in FatMoon Posts: 6
I'd like to get rid of the "/" after the date in the post meta. If it were wrapped with a unique CSS identifier, I could do it with visibility settings, but it's not. So, how do I get rid of it? Which theme file do I edit?

***Edit, figured it out moments later, missed this the first time around***
.metas .under_content::after {
content: '/';
margin: 0 10px;
}
Post edited by Air on

Comments

  • edited October 2016 Posts: 6
    I just chaged:
    content: '/';

    to:
    content: '';
    Post edited by Air on
  • AirAir
    Posts: 10,970
    Hello :-)

    And great job ;-)

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!