ThinkingChair Posted August 27, 2020 Share Posted August 27, 2020 Is it possible to disable the "Subscribe via e-mail" functionality from the Blog Post > Comment functionality? I found some custom CSS code to make the text transparent, but I'd like to fully disable/remove this functionality. Thanks! Link to comment
derricksrandomviews Posted August 27, 2020 Share Posted August 27, 2020 There are a couple things that might work: .comment-controls {display:none;} and if that doesn't work just hide it by making it the same color as the background: subscribe-control { color: #ffffff } or .subscribe-control { color: transparent } Link to comment
tuanphan Posted August 27, 2020 Share Posted August 27, 2020 Can you share link to a blog post? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.