Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #19401
    thinkentnet
    Member

    According to the WordPress help pages, this is displayed according to theme settings. However, I do not see an option for this in the Catch Box Pro settings. Is there a way to disable the big box with the author bio from being displayed without just erasing the bio itself? Trying to use a plugin to display a nice little author box, but the default one displays as well.

    #19402
    Sakin
    Keymaster

    @thinkentnet: Can you show me the URL and then I will send your the css to disable it.

    #19404
    thinkentnet
    Member
    #19406
    Sakin
    Keymaster

    @thinkentnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #author-info { display: none; }

    #19407
    thinkentnet
    Member

    Much better. Thank you!

    #22446
    Sebastian
    Member

    Hi Guys!

    I tried adding this:

    
    #author-info { display: none; }
    

    To my Custom CSS (www.obsid.se) but the Author Bio box won’t disapear.
    Do I need to do anything else?

    I have version: 1.2.1 installed.

    Thanks

    #22489
    Sakin
    Keymaster

    @Sebastian: You have installed the plugin “Fancier Author Box” in your site which is giving you extra author box. For that you need to deactivate the plugin.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Removing Author Bio Box’ is closed to new replies.