• Resolved Aba

    (@abdtecco)


    Hello,

    I’m using theme Storefront and I do not want to show author’s name or posting date on top of a post.
    By pasting the following in the end of my style.css file:

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

    .single .byline, .group-blog .byline {
    display: none;
    }

    I have managed to remove author’s name, date and “by”. I am now left with words: “Posted on”.
    Please, can anyone tell me how to remove it so I am left with completely nothing?

    Thanks a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I know this is a bit late but just had the same problem, I managed to get rid of posted on though.

    .posted-on {display:none;}
    Thread Starter Aba

    (@abdtecco)

    Thanks.
    To remove the whole thing, I used:

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

    .posted-on {display: none;}
    .single .byline, .group-blog .byline {
    display: none;
    }

    hennystaverman

    (@hennystaverman)

    Hello, I also use Storefront, I also want to remove “posted on”.
    I tried the above code in style.css.
    It did not work, “posted on” remains.
    Does it have to be placed on a dedicated line or position?
    Thanks in advance!
    Kind regards,
    Henry Staverman

    Hi I tried this code but didn’t work. I can’t remove anything. Any ideas?

    I managed to remove them but now my posts are shown like they have right align. Can we rearrange that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Storefront – remove "posted on… by" from posts’ is closed to new replies.