• 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 7 years, 7 months ago by marine1010.
    • This topic was modified 7 years, 7 months ago by marine1010.
    • This topic was modified 7 years, 6 months ago by Jan Dembowski.
Viewing 7 replies - 1 through 7 (of 7 total)
  • 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

    (@marine1010)

    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.

    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

    (@marine1010)

    Here’s the link https://marine-leroy.com

    Thank you !

    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 7 years, 6 months ago by jarektheme.
    Thread Starter marine1010

    (@marine1010)

    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

    (@lyrathemes)

    .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.