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.
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
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.
]]>Can you send me the link to your page, please? I need to have a look at this to resolve the issue.
Best
]]>Thank you !
]]>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
]]>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” ?
.frontpage-slider .caption .read-more {
display: none;
}
]]>