Remove Leave a Comment text from slider

  • Unknown's avatar

    I want to remove the Leave a Comment text in the featured slider, but keep the title text. However, I want to keep the leave a comment feature at the bottom of each post, so I can’t just uncheck it from the edit post feature.

    I’ve found a few versions of CSS to manually remove the text, but none seem to work. I’m basically using the theme’s CSS and just adding variations of the CSS code below under Customization. Any help is appreciated.

    #slider-wrap .featured-text span { display: none; }
    #slider-wrap .featured-text span.slider-title { display: block; }

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    I am not able to view your site since it’s marked private. However, I have added the tag modlook to this thread to get further assistance from staff.

    Best regards

  • Hi there,

    This CSS should do it:

    .primary-wrapper .postmetadata .sep, .primary-wrapper .postmetadata .commentcount {
    	display: none;
    }

    staff-frank

    Our CSS Happiness Engineers monitor all threads in the CSS forum, so there’s no need to modlook threads in this particular sub-forum.

  • The topic ‘Remove Leave a Comment text from slider’ is closed to new replies.