hancock.marcie Posted August 20, 2020 Share Posted August 20, 2020 Does anyone know how to change the button text "Post Comment..." on blog commenting? I'm working with 7.1 for this particular site. I believe this has to be done via JS based on instructions I've seen for changing "Read More" text, etc. Thanks in advance! Link to comment
Solution tuanphan Posted August 20, 2020 Solution Share Posted August 20, 2020 Add to Home > Design > Custom CSS /* post comment */ span.comment-btn.sqs-system-button.sqs-editable-button-font.sqs-editable-button-shape { visibility: hidden; } span.comment-btn.sqs-system-button.sqs-editable-button-font.sqs-editable-button-shape:after { content: "Post comment new"; visibility: visible; background: #253551; color: white; font-family: neue-haas-grotesk-display; font-weight: 500; font-style: normal; text-transform: none; line-height: 1.2em; letter-spacing: .05em; -webkit-font-smoothing: antialiased; font-size: 1rem; line-height: normal; padding: 1.3rem 2.171rem; } rhondahymason 1 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
rhondahymason Posted September 19, 2022 Share Posted September 19, 2022 Awesome, thanks Tuan! Your coding is amazing. tuanphan 1 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