Want to remove date and Author line from the single post.

Discussion in 'Subscribely v2 WordPress Theme' started by pphani, Oct 8, 2014.

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

    pphani New Member

    Joined:
    Jul 25, 2014
    Messages:
    15
    Likes Received:
    0
    Hi Team,

    I would like to remove the date and Author line from the single post.

    Please suggest.

    singlepost.png
     
  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:
    p.video_meta {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. pphani

    pphani New Member

    Joined:
    Jul 25, 2014
    Messages:
    15
    Likes Received:
    0
    Thanks Pramod.

    But there is a gap between post separator and Previous Post , Next Post. Here is the image for your reference.

    gap.png

    Thank You,
    Phani.
     
  4. 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.single.video {
    margin-bottom: 0px !important;
    }
    nav#nav-single {
    margin: 0px;
    }
    Thanks & Regards
    Pramod
     
  5. pphani

    pphani New Member

    Joined:
    Jul 25, 2014
    Messages:
    15
    Likes Received:
    0
    Thank You,
     
Thread Status:
Not open for further replies.

Share This Page