• Resolved markybbs

    (@markybbs)


    Hi.

    I have installed a plugin which creates an author bio based on the info that you input within the “users” section of the admin, although when activated the plugin bio and the default bio are displayed simultaneously.

    How do I remove the default bio whilst still displaying the bio from the plugin.

    For clarification, please see it in action here: Click Here

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Hi @markybbs,

    I hope you are well today and thank you for your question.

    You can remove the default bio whilst still displaying the bio from the plugin by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Apperance -> Customize -> Sparkling Options -> Other -> Custom CS

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

    Best Regards,
    Movin

Viewing 1 replies (of 1 total)
  • The topic ‘How To Remove Author Bio.’ is closed to new replies.