Twenty Eleven Code to Hide "Comments Off"
-
Just wondering if it’s possible to enter CSS code in the custom function that will hide “comments off” after posts on my web site’s showcase page (home page). I was able to hide “comments closed” on the blog pages, but can’t seem to figure out how to do it on the home page, which is a showcase page.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
if it’s possible to enter CSS code in the custom function that will hide “comments off”
Yes it’s possible and you require an annually renewable custom design upgrade to do this.
-
I’ve upgraded for custom CSS edits and so far it’s been easy to make the edits I’d like. But I haven’t been able to figure out the code for hiding “comments off” on a showcase page.
-
This thread has been flagged and our Moderators will move it to the CSS Gorum for you where Staff or a Volunteer who helps with CSS will give you a hand with your editing.
Also note that when you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing. Read this for more info:
http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/ -
This should do it. I’m sort of guessing since your site is set to private and I cannot see it.
.home .comments-link { display: none; } -
-
- The topic ‘Twenty Eleven Code to Hide "Comments Off"’ is closed to new replies.