how to get rid of name, date and catagory?

Discussion in 'Woodpecker WordPress Business Theme' started by elly10, Aug 31, 2014.

  1. elly10

    elly10 Member

    Joined:
    Jul 9, 2013
    Messages:
    37
    Likes Received:
    0
    Hi there,

    Can you tell me how to get rid of the author name, date and catagory on the top of each post please

    Many thanks

    Elly
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .post-meta ul {
    display: none;
    }
    Thanks & Regards
    Pramod
     

Share This Page