Removing lines above post?

Discussion in 'Andrina WordPress Theme' started by dedieo62, Sep 8, 2014.

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

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,
    How to remove these lines: Date, Posted By and Comments are closed in all posts?
    Is there a Custom CSS Code to do it in Styling Options?

    comments-are-closed.jpg

    Thanks a lot in advance,
    Dedieo62
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You have to put some lines in comment or remove that lines from blog.php

    Please follow below image.
    Thanks & Regards
    Pramod
     

    Attached Files:

  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Pramod,

    I like your new way of providing explanations. Unfortunately, it did not work this time. I tried your two solutions: putting the lines comments, then deleting them outright. But even after I update the page, there is always the "grey bloc" with the Date of publication, Category, Posted By...?

    Sincerely Yours,
    Dedieo62
     
  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 ul.post_meta {
    display: none;
    }
    Thanks
    Pramod
     
  5. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Pramod,
    Thank you very much!

    Sincerely Yours,
    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page