How can I remove author bio?

Discussion in 'BlogSpring WordPress Theme.' started by djtamuli, Apr 2, 2014.

Thread Status:
Not open for further replies.
  1. djtamuli

    djtamuli New Member

    Joined:
    Mar 7, 2014
    Messages:
    9
    Likes Received:
    1
    Hi
    How can I remove the author bio from the end of the post?
    They are visible by default.
    Can't see any option to remove it.

    Regards
    Dhruba
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar .author_bar .author_info {
    display: none;
    } 
    This will solve your issue.
     
  3. djtamuli

    djtamuli New Member

    Joined:
    Mar 7, 2014
    Messages:
    9
    Likes Received:
    1
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page