Author Box for Blog Single Posts Pro/Integrity

Hi,

Here is the link to the previous post for what I’m trying to accomplish. It shows on my other website, but I can’t seem to get it to display here. https://theme.co/forum/t/font-awesome-icons-not-working-author-bio-box-integrity-stack/31809

Hey @fantasy_5,

Thanks for writing in!

Actually, the code works in your current website. It just do not display because you have added this custom CSS code:

.author_bio_section {
    display: none;
}
  • See the screenshot in the secure note below.

Go to Cornerstone > Theme Options > Code > Global CSS and remove the CSS block to resolve your issue.

Best Regards.

Hi, @ruenel

Thank you so much. I followed your advice and it’s working now. I also added this to my code to make certain the author box does not show on woocommerce single product pages. .

.single-product .author_bio_section {
display: none;
}

You are most welcome, @fantasy_5.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.