How to remove Posted by, date and Filed under

Viewing 3 posts - 1 through 3 (of 3 total)
  • #3974
    ugwun
    Participant

    Hello!

    I have seen a thread about this, but it seems it got deleted. Can someone help me with removing Posted by, date and Filed under on the post pages?

    Thank you very much.

    #3986
    actarus92
    Participant

    HI,
    just go to “Appeareance” then “editor” on the left.
    open the style.css file and find :

    .single .entry-meta {
    float:left;
    width:220px;
    line-height:36px;
    overflow:hidden;
    }

    replace with :

    .single .entry-meta {
    display: none;
    /*float:left;*/
    /*width:220px;*/
    /*line-height:36px;*/
    /*overflow:hidden;*/
    }

    hope this helps.
    by

    #4001
    ugwun
    Participant

    Thank you very much! It worked fine

Viewing 3 posts - 1 through 3 (of 3 total)

Tagged: ,

You must be logged in to reply to this topic.