Lisa Haran 7 Report post Posted March 2, 2011 Hi all, I have my blog page online here http://www.kinlaydublin.ie/newsite/blog/ This page is styled correctly. However when you click on a post, say "January Blooz" you are brought to a single page post and it is here that I need to know if the following can be achieved. 1. Can you remove the "comments" icon once in the single post, as the user can view the comments below the post, so in my template there really is no need for it. 2. Is it possible to remove some of the social icon logo in the pagination, for example I just want to have the three social icons I have in the footer as they are along the same style. Thanks for your help in advance. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 2, 2011 `.single span.post-comments {display:none;}` Those icons should have options for which show by going to the Page and Post options. Share this post Link to post Share on other sites
Lisa Haran 7 Report post Posted March 3, 2011 that single span class worked so thanks for that. I forgot to ask in my last post, about removing the word "on" that appears before my post date. Thanks again Share this post Link to post Share on other sites
Kate 3 Report post Posted March 3, 2011 Hey Bren - I'd have to double check, but I believe that was a class of "sword". So, you could set that to "display:none". Have you tried Firebug? Share this post Link to post Share on other sites