remove time and author

Discussion in 'SpotMoto WordPress Theme' started by hubmix, Jul 17, 2013.

  1. hubmix

    hubmix New Member

    Joined:
    Jul 16, 2013
    Messages:
    6
    Likes Received:
    0
    Hi,
    How can i remove
    • Posted On Jul, 17, 2013

    At the top of post on the home page.
    Usually you just remove code but i can't find it. thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .content-bar .post .toppost_meta{
    display:none;
    }
     

Share This Page