Remove 'Comments are closed'

Discussion in 'Dzonia WordPress Theme' started by spoonboy90, May 31, 2013.

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

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #commentsbox {
    display: none;
    }
    This will remove the 'Comments are closed' text.
    If you also want to remove the horizontal line above the 'Comments are closed' text, then Paste the following code also in your Custom CSS
    Code:
    .content_wrapper .content .post {
    border-bottom: none;
    }
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Piyush, Great work as always!

    Thank You
     
Thread Status:
Not open for further replies.

Share This Page