Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1228915

    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

    #1228936

    Hey KathrinaR,

    Add this to quick css:

    .uwp_widgets.uwp_widget_author_box.bsui{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1228939

    That worked! Thanks for your help, very much appreciated.

    #1228980

    Hi,

    Perfect, I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove author profile from blog post’ is closed to new replies.