About widget

  • Unknown's avatar

    My “about” is appearing after each individual blog post, but I don’t see it as a widget anywhere other then the one I have in my side bar. Is it standard with the theme I have and the price I paid for my blog? I would like to remove it if you can show me how. Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Yes, the author info is a feature of the Responsive theme. Currently, it doesn’t look like there’s a default option to remove the author info from the bottom of the post. However, you can accomplish this through Custom CSS. Just insert the following code under Appearance -> Customize -> CSS:

    div#author-meta {
        display: none;
    }

    Let me know if that doesn’t work for some reason!

  • Unknown's avatar

    This worked great. Just copied the code into the CSS side bar editor and Bob’s your Uncle – worked perfectly! Thanks a ton.

  • Unknown's avatar

    Not a problem! Let me know if you need anything else.

  • The topic ‘About widget’ is closed to new replies.