Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1159321

    I checked off all the elements in Enfold Blog https://www.screencast.com/t/DEhYRwwdHKW
    But the comments and dates still show.
    I was able to hide the comments with CSS

    .avia-content-slider .slide-meta div.slide-meta-comments,
    .avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del {
    display: none;
    }

    But I can’t hide the date – http://marketingbehindcloseddoors.com/

    #1159370

    Hey yifatcohen,

    Add this to quick css:

    Can you screenshot the area where the dates are? I can’t find them

    Best regards,
    Jordan Shannon

    #1163302

    2019-12-05_2124

    #1163375

    Hi,

    Please change your code to following one

    .avia-content-slider .slide-meta div.slide-meta-comments,
    .avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del,
    .avia-content-slider .slide-meta time {
        display: none;
    }

    Best regards,
    Yigit

    #1163423

    Yes, I had that code in already. It hid the comments but not the date.

    #1163430

    Hi,

    I added “.avia-content-slider .slide-meta time” selector in your code. Have you tried the code?

    .avia-content-slider .slide-meta div.slide-meta-comments,
    .avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del,
    .avia-content-slider .slide-meta time {
        display: none;
    }

    Best regards,
    Yigit

    #1163438

    Yes.
    2019-12-06_1039

    You can also see it when you check the code here

    #1163501

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.