Comments off

Discussion in 'Harrington- A WordPress Business Theme.' started by hheijnis, Dec 15, 2014.

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

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    1. How can I delete the comments section under each post?

    2. How can I delete the meta information under the title of each blog post? I know I can put that code in the Styling Options, what are the different codes for <date> <user> <category> and <# comments>?

    Thank you!

    Heleen
     
  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:
    ul.post_meta
    {
    display:none;
    }
    .content-bar #commentsbox {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. hheijnis

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    Thanks for your fast reply!
     
Thread Status:
Not open for further replies.

Share This Page