Forum Replies Created

Viewing 1 replies (of 1 total)
  • I did it so…:
    in my template folder …wp-content/themes/K2
    edit CSS file…
    where there was something about comments, feeds, rss, and rest of stuff I wanted to hide… I simply add:
    display:none;
    eg.: .comments {
    text-align: left;
    margin: 30px 0 0;
    position: relative;
    display:none;

    }

Viewing 1 replies (of 1 total)