Hello,
I’m looking to remove the author profile from all blog posts. It is currently showing rather large on the bottom of my posts.
I have turned it off through the general setting panel under enfold>blog layout. Though, it is still there.
I have also tried:
span.blog-author, .text-sep-cat {
display: none !important;
}
This did not work along with other quick css codes, under similar forums I found.
Under ‘inspect element’ I found that the section I want to remove is called:
uwp_widgets uwp_widget_author_box bsui
I’m not sure if this helps. Love the theme. – Thanks Kathrina
Hey KathrinaR,
Add this to quick css:
.uwp_widgets.uwp_widget_author_box.bsui{
display:none!important;
}
Best regards,
Jordan Shannon
That worked! Thanks for your help, very much appreciated.
Hi,
Perfect, I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon