Hello, I am using an authorbox plugin and I would like to remove the default authorbox from the bottom of posts. How do I do that?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .post ul.post_meta { display: none; } This will solve your issue.