How to remove Author profile on the Single Listing?

If you want to remove Author Profile on the single page

From the admin sidebar, click on Appearance -> Theme Options -> Advanced Settings -> Put the following code to Custom CSS

 

.widget_author .widget_author__header,
.widget_author .account-subscribe{
    display: none !important;
}

If you are using a cache plugin, don’t forget to purge cache

Leave A Comment?