Lokita Posted June 18, 2021 Share Posted June 18, 2021 Site URL: https://www.slicedginger.com Hello, I use the Tudor template and the comment box and comments are hidden on the blog pages. Is there a way to have the comment box and comments always visible without having to press the link comment. Thanks. Link to comment
tuanphan Posted June 21, 2021 Share Posted June 21, 2021 On 6/18/2021 at 8:29 PM, Lokita said: Site URL: https://www.slicedginger.com Hello, I use the Tudor template and the comment box and comments are hidden on the blog pages. Is there a way to have the comment box and comments always visible without having to press the link comment. Thanks. Add to Design > Custom CSS /* Tudor - Always show comment */ div#blogItemCommentsContent { opacity: 1 !important; height: auto !important; pointer-events: auto; } label.blog-item-comments-toggle { display: none; } 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
Lokita Posted June 21, 2021 Author Share Posted June 21, 2021 Perfect, thank you. Also, I tried to change the color of the comment button with this code but it didn't work. Is there another way? span.squarespace-comment-buttons>span { background-color: red !important; } Link to comment
tuanphan Posted June 22, 2021 Share Posted June 22, 2021 20 hours ago, Lokita said: Perfect, thank you. Also, I tried to change the color of the comment button with this code but it didn't work. Is there another way? span.squarespace-comment-buttons>span { background-color: red !important; } Use this code /* Comment button */ span.comment-btn.sqs-system-button.sqs-editable-button-font.sqs-editable-button-shape { background-color: red !important; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment