Viewing 1 replies (of 1 total)
  • Theme Author Rough Pixels

    (@roughpixels)

    The pro version actually has that functionality, but to hide this, you can do it this way:

    Go to Appearance >> Customize >> Additional CSS

    Copy and paste this in and Publish/Save it:

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

    If your reference to “Published by” is for the author details below the post article, also add this:

    .author-content {
        display: none;
    }

    Hopefully, that helps.

    Regards,
    Andre

Viewing 1 replies (of 1 total)
  • The topic ‘Hide the “author”’ is closed to new replies.