How do I get rid of the"Comments & Responses"& "Comments are closed" lines at the bottom of my site?

Discussion in 'Themia WordPress Theme' started by califfx, Mar 23, 2013.

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

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    How do I get rid of the"Comments & Responses"& "Comments are closed" lines at the bottom of my site? It's driving me nuts. Here is the link: http://cantridenaked.com/site/
     
  2. urooj

    urooj New Member

    Joined:
    Dec 8, 2012
    Messages:
    18
    Likes Received:
    0
    Hello califfx.
    Try to use this code in custom css option under theme option panel.
    Code:
    div#commentsbox, div.side_content{
    display:none:
    }
     
  3. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    No that did not work. It is still there.
     
  4. urooj

    urooj New Member

    Joined:
    Dec 8, 2012
    Messages:
    18
    Likes Received:
    0
    Sorry, I missed some thing in previous code. Try to use this Correct code.
    div.side_content h3, div.side_content p.nocomments{
    display:none;
    }
     
  5. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    No buddy that still didn't do the trick.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Califfix,
    We apologies for the above replied code there is small mistake of colon ( : ) inplace of semicolon( ; ) that's why the above given code are not working.
    So, please remove all the code that are given in the previous reply from the custom css (Appearance -> Theme Options -> Styling Options -> Custom CSS) and paste the following code given below in your custom css.
    Code:
    div.side_content h3, div.side_content p.nocomments{
    display:none;
    }
    This will solve your issue.
     
  7. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    Great job you nailed it. I look forward to buying another one of your themes. Working with you guys has been awesome.
     
Thread Status:
Not open for further replies.

Share This Page