How do you remove the "comments off" on the thumbnails? - Acme Themes

Best Premium and Free WordPress Themes Forums DuperMag How do you remove the "comments off" on the thumbnails?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #34197
    DS24
    Participant

    I want to remove the “comments off” (next to the author of the post) on each thumbnail in the featured section.
    Please help
    My website is http://www.reactionstoattractions.com

    #34212
    acmethemes
    Keymaster

    Dear DS24,
    We suggest you try to use this plugin Disable Comments.
    Best Regards!

    #34220
    DS24
    Participant

    it hasn’t worked

    #34236
    acmethemes
    Keymaster

    Dear DS24,
    Please send us the credentials of your admin panel to [email protected]
    Best Regards!

    #34459
    DS24
    Participant

    Can you create a custom CSS to get rid of it?

    #34466
    acmethemes
    Keymaster

    Dear DS24,
    Please add the given code in Additional CSS
    Dashboard->Appearance->Customize->Additional CSS

    .slider-feature-wrap .post-date span {
        display: none;
    }

    Best Regards!

    #54057
    veehikle
    Participant

    I have a site – http://www.mrlocalhistory.org and I’m trying to remove the comments off – date, and author name on the feature slider AND the two feature boxes.

    `.slider-feature-wrap .post-date span {
    display: none;
    }

    .entry-meta .byline, .entry-meta .cat-links { display: none; }
    .entry-meta .posted-on { display: none; }

    Neither have worked. Any thoughts?

    #54241
    acmethemes
    Keymaster

    Dear veehikle,
    Please add the given CSS code in Additional CSS to remove the comments off – date, and author name on the feature slider and the two feature boxes.
    Appearance > Customize > Additional CSS

    .slider-section .above-slider-details, 
    .slider-section .cat-links a{display:none;}

    Best Regards!

    #54346
    veehikle
    Participant

    Thanks very much. Worked for the feature slider. Awesome

    #54355
    acmethemes
    Keymaster

    Dear veehikle,
    You are Most Welcome 🙂
    Best Regards!

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