hercegovka Posted October 27, 2019 Share Posted October 27, 2019 What CSS can I use to change the "Post Comment..." text that appears on my comment button to something else? Link to comment
tuanphan Posted October 27, 2019 Share Posted October 27, 2019 @hercegovka Try adding to Home > Design > Custom CSS label.blog-item-comments-toggle { visibility: hidden; } label.blog-item-comments-toggle:before { visibility: visible; content: "Show/Hide comment"; } 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
hercegovka Posted October 27, 2019 Author Share Posted October 27, 2019 12 minutes ago, tuanphan said: @hercegovka Try adding to Home > Design > Custom CSS label.blog-item-comments-toggle { visibility: hidden; } label.blog-item-comments-toggle:before { visibility: visible; content: "Show/Hide comment"; } No, that didn't work! 😕 I don't want to hide the button. I just want to replace "Post Comment..." with "Comment." Link to comment
tuanphan Posted October 27, 2019 Share Posted October 27, 2019 (edited) @hercegovka Can you share site url or template name? Edited October 27, 2019 by tuanphan 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
hercegovka Posted October 28, 2019 Author Share Posted October 28, 2019 (edited) 2 hours ago, tuanphan said: @hercegovka Can you share site url or template name? Template I'm working with is "Rally." I tried: .comment-btn { text-indent: -9999px; line-height: 0;} .comment-btn:after { content: "post"; text-indent: 0; display: block; line-height: initial;} It's nearly what I want, but the button shape/size is now distorted. Edited October 28, 2019 by hercegovka Link to comment
dmott Posted June 22, 2020 Share Posted June 22, 2020 On 10/27/2019 at 9:08 PM, hercegovka said: Template I'm working with is "Rally." I tried: .comment-btn { text-indent: -9999px; line-height: 0;} .comment-btn:after { content: "post"; text-indent: 0; display: block; line-height: initial;} It's nearly what I want, but the button shape/size is now distorted. Did you ever figure this one out? This is the exact thing I'm trying to figure out too.... Link to comment
tuanphan Posted June 23, 2020 Share Posted June 23, 2020 13 hours ago, dmott said: Did you ever figure this one out? This is the exact thing I'm trying to figure out too.... If you share link to blog post, I can take a look 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
Amanda Gonzalez Posted February 13, 2022 Share Posted February 13, 2022 On 6/23/2020 at 8:25 AM, dmott said: Did you ever figure this one out? This is the exact thing I'm trying to figure out too.... I'd also like to change the text from 'Post Comment...' to 'Post comment' https://www.studiojournal.co/blog/taking-pictures Does anyone know how to do this? Thanks! 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