• Hello all i am trying to remvoe the “posted by” and the name the follows it under every post I am using the able theme, my css knowledge is limited. can anyone point me in the right direction?

    I have tried using jetpacks custom css with
    .entry-details, .entry-author {
    display: none;

    but that is not working

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, working off of the demo site, I came up with this CSS to hide the “by authorname” from Able.

    .byline {
        display: none;
    }

    If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.

    Child Themes
    Child Theme creation plugins
    Jetpack plugin
    Custom CSS plugins

Viewing 1 replies (of 1 total)

The topic ‘Remove the "posted by"’ is closed to new replies.