• Resolved mellk

    (@mellk)


    On a article page the author has a section underneath the post. How do I remove that author part of the post?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this code to Theme Options – Other – Custom CSS

    .single .secondary-content-box {
        display: none;
    }
    Thread Starter mellk

    (@mellk)

    This is heaven! Thanks you 🙂

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

The topic ‘Remove author part under post’ is closed to new replies.