get rid from "comments off" on mystique theme
-
Hi,
Is there a CSS code to remove this “comments off” at the bottom of each post?
Comments are not needed in my case, but “comments off” is everything but welcoming on a website…To worpress. com : Having this possibility in the basic customization would be highly appreciated…
Thanks for your helpThe blog I need help with is: (visible only to logged in users)
-
-
Hello halluke,
Thank you for answer
But… i copied this text in CSS, and “comments off” still remains…
Is there a trick to take care of?
Ragards
Fx -
Hi, try the following and see if this does it for you.
.details span { display: none; } .details .edit-link { display: block; } -
Hello The sacred path and halluke
As the sacred path says, one ‘comments off’ has diapered, that’s fine.
But I Copied the code
.details span {
display: none;
}
.details .edit-link {
display: block;
}
in CSS, and it still remains in the bottom meta data… Would you have another suggestion?regards
fixbab -
Oops, we missed that one. Add the following to get rid of it.
.comment-link.alignright { display: none; } -
-
- The topic ‘get rid from "comments off" on mystique theme’ is closed to new replies.