• Resolved zer0blok

    (@zer0blok)


    Hello,

    I’ve tried hiding the “Posted by” at the end of posts using the following code:

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

    The author is hidden, but the word “by” appears at the top of the page when viewing the site on a tablet. -I know the .entry-meta .byline, is a bit dodgy code-wise… i haven’t been able to find anything else though.

    As a secondary question: i used Firebug to inspect the page’s code -how do i identify which file the code is written-in in the theme?

    With thanks
    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, looking at the Scrawl demo site, the following CSS hides the author from the blog, category, date archive, tag and single post pages.

    .entry-meta .byline {
      display: none;
    }
    Thread Starter zer0blok

    (@zer0blok)

    Hi,

    Thanks, that worked perfectly ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding “Posted by” on Posts Page’ is closed to new replies.