Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #128588
    fmck718
    Participant

    Hi,
    I would prefer to utilize a plugin to display Author info in my blog posts (plugin: Ultimate Author Box Lite). I have enabled the plugin, but the default Author bio is still displaying. How can I hide the default bio?

    Here’s a screenshot – https://snag.gy/iHYF6A.jpg
    The plugin bio is on top; the default bio is on the bottom.

    Here’s the URL for the same page – https://ourladyofsorrowsschool.org/2017/12/6-tips-for-a-successful-transition-to-middle-school/

    Please help.

    Thanks.
    FM

    #128606
    skynet
    Participant

    Hello! Merry Christmas! Try to add this custom css WordPress -> Appearance -> Customize -> Additional CSS –> Paste and Publish.

    footer .entry-meta {
    display: none;
    }

    im not sure but i hope this work.

    #128610
    tikaram
    Keymaster

    @fmck718: Go to Appearance => Customize => Additional css and add the following css

    .entry-meta .author-info{
    	display:none;
    }

    Let me know if this resolves your issue.

    Thank you @skynet for the reply.

    Regards,
    Tikaram

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide default Author bio box’ is closed to new replies.