How to hide author Intro in Sparkling

hello sir,

First of all thanks in advance.

Presently I am using sparkling WordPress theme for my blog (www.hindi-gk.com).

At the end of the post and pages, we get a box of Author Intro.

Plz guide me, how can I remove this author intro box at the end of all post and pages.

hey there

Hope you are having a good day and thank you for your question
Please add this CSS in appearance - customize - additional CSS

.author-bio {
display: none;
}

Thanks!
Colorlib Support Team

First of all, thank you.

I successfully added the CSS code to my WordPress. It successfully hides the author biodata, but it shows a blank space at the place of author biodata.

Plz, guide me how can I remove this blank space.

I attach an image to show you the blank space.

Hello there,

This CSS code should help you:


.post-inner-content.secondary-content-box {
    display: none;
}

Best Regards,
Support

Yes, It’s work for me.

Thank You very much.

Cool :slight_smile:
I will close this case now, Feel free to contact us again if you have other questions Thanks!