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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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
mgroeteke Posted December 31, 2023 Share Posted December 31, 2023 (edited) Having the exact same question for the older 7.0 "Wells" template, is there a way to do it there? And is there a way to change the "Newest first" popup menu text for languange customization? My page is here: https://architectureshooting.com/blog/kopenhagen Edited December 31, 2023 by architectureshooting markus/architectureshooting web site: http://architectureshooting.com Link to comment
tuanphan Posted January 1 Share Posted January 1 22 hours ago, architectureshooting said: Having the exact same question for the older 7.0 "Wells" template, is there a way to do it there? And is there a way to change the "Newest first" popup menu text for languange customization? My page is here: https://architectureshooting.com/blog/kopenhagen I see the code still works here. Have you tried adding it to Website Tools (under Not Linked) > Custom CSS yet? With Newest first, you mean rename this text or? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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