Remove the Authorbox

Discussion in 'BlogSpring WordPress Theme.' started by bpmarketing11, Feb 13, 2014.

  1. bpmarketing11

    bpmarketing11 Member

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    3
    Hello,

    I am using an authorbox plugin and I would like to remove the default authorbox from the bottom of posts.

    How do I do that?
     
  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:
     .post ul.post_meta {
    display: none;
    } 
    This will solve your issue.
     

Share This Page