• Resolved yusniaziz

    (@yusniaziz)


    Hi,

    Could you help me to remove the native author box from Zillah? Because I want to use WP Author Bio. Maybe with CSS? Thank you!

    Yusni

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

    (@purplecodes)

    Themeisle Support

    Hello there,

    On removing the author box, kindly go to Posts > All Posts.
    Click the Screen Options at the top right and uncheck the tick box for Author.

    Let me know if this helps.

    Best Regards,

    AC

    Stefan Cotitosu

    (@stefancotitosu)

    Hi,

    You can try to use this code.

    .author-details-wrap {
    	display: none;
    }

    This code can be added on Customizer->Additional CSS.

    Hope it helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing author box’ is closed to new replies.