Title: slider : delete comments
Last modified: May 6, 2017

---

# slider : delete comments

 *  [marine1010](https://wordpress.org/support/users/marine1010/)
 * (@marine1010)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/slider-delete-comments/)
 * Hello,
 * First of all, as usually, sorry for my english, as I’m french.
    Today I managed
   to install the posts slider on my home page : we can see 3 posts with a picture
   and captions as name of the post, date and comments.
 * I would like to keep the comments opened on my original posts (in JOURNAL), but,
   on the slider, I’d like to delete the ” O comment “. I just want the picture 
   with the name and the date. If the date can be deleted as well, I’ll take it 
   😉
 * Thank you for your help !
 * marine-leroy.com
    M.
    -  This topic was modified 9 years, 1 month ago by [marine1010](https://wordpress.org/support/users/marine1010/).
    -  This topic was modified 9 years, 1 month ago by [marine1010](https://wordpress.org/support/users/marine1010/).
    -  This topic was modified 9 years, 1 month ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/slider-delete-comments/#post-9097837)
 * Hi there,
 * Please open Appearance → Customize → Additional CSS and add the following code:
 *     ```
       .frontpage-slider .caption .read-more,
       .frontpage-slider .caption .date {
         display: none;
       }
       ```
   
 * Remember to save all changes.
 * Hope that helps.
 * Best,
    Jarek Kale Support
 *  Thread Starter [marine1010](https://wordpress.org/support/users/marine1010/)
 * (@marine1010)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/slider-delete-comments/#post-9102650)
 * Hello Jarek,
 * Thank you but I didn’t work.
    It worked for the date, but I still have the “0
   comments” written under the title, on the slider, and I don’t want it there. 
   I want to keep the comments opened under my original posts, but when the post
   appears in the slider on the front page, I don’t want “X comments” to appears.
   Can you help please ?
 * Thank you again.
 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/slider-delete-comments/#post-9103471)
 * Hi there,
 * Can you send me the link to your page, please? I need to have a look at this 
   to resolve the issue.
 * Best
 *  Thread Starter [marine1010](https://wordpress.org/support/users/marine1010/)
 * (@marine1010)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/slider-delete-comments/#post-9103538)
 * Here’s the link [http://marine-leroy.com](http://marine-leroy.com)
 * Thank you !
 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/slider-delete-comments/#post-9103642)
 * Hello there,
 * It seems there is no dot in front of the declaration:
 *     ```
       frontpage-slider .caption .read-more,
       .frontpage-slider .caption .date {
         display: none;
       }
       ```
   
 * It should be:
 *     ```
       .frontpage-slider .caption .read-more,
       .frontpage-slider .caption .date {
         display: none;
       }
       ```
   
 * Hope that helps.
 * Best
    -  This reply was modified 9 years, 1 month ago by [jarektheme](https://wordpress.org/support/users/jarektheme/).
 *  Thread Starter [marine1010](https://wordpress.org/support/users/marine1010/)
 * (@marine1010)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/slider-delete-comments/#post-9104582)
 * Thank you again, it works ! It’s great, thanks.
 * I have an other request though, as I’m trying several possibilities.
    Do you 
   have a code if I want on the slider the title of the post AND the date, still,
   without “X comments” ?
 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/slider-delete-comments/#post-9106504)
 *     ```
       .frontpage-slider .caption .read-more {
         display: none;
       }
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘slider : delete comments’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

## Tags

 * [caption](https://wordpress.org/support/topic-tag/caption/)
 * [comment](https://wordpress.org/support/topic-tag/comment/)

 * 7 replies
 * 3 participants
 * Last reply from: [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/slider-delete-comments/#post-9106504)
 * Status: not resolved