yogacid Posted October 16 Posted October 16 Site URL: https://psygaia.org/blog/decolonizing-psychedelic-healing-addressing-racial-trauma-and-building-inclusivity-in-psychedelic-therapy Why can't I see the "post comment" button / text until I hover over it? Please help!
Web_Solutions Posted October 17 Posted October 17 11 minutes ago, yogacid said: Site URL: https://psygaia.org/blog/decolonizing-psychedelic-healing-addressing-racial-trauma-and-building-inclusivity-in-psychedelic-therapy Why can't I see the "post comment" button / text until I hover over it? Please help! Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. #comments .comment-btn.sqs-system-button { background: #0e5192 !important; } #comments .comment-btn.sqs-system-button:hover { background: #ddd !important; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
yogacid Posted October 17 Author Posted October 17 (edited) 12 minutes ago, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. #comments .comment-btn.sqs-system-button { background: #0e5192 !important; } #comments .comment-btn.sqs-system-button:hover { background: #ddd !important; } That works. Thank you! Is there a way to change the text in the comment button too? And change the padding on the top and bottom of the button to make a smaller button? Thanks! Edited October 17 by yogacid
Solution Web_Solutions Posted October 17 Solution Posted October 17 53 minutes ago, yogacid said: That works. Thank you! Is there a way to change the text in the comment button too? And change the padding on the top and bottom of the button to make a smaller button? Thanks! Replace the previous code with the code bellow. #comments .comment-btn.sqs-system-button { background: #749575 !important; padding: 15px 30px !important; font-size: 14px !important } #comments .comment-btn.sqs-system-button:hover { background: #ddd !important } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
yogacid Posted October 17 Author Posted October 17 3 hours ago, Web_Solutions said: Replace the previous code with the code bellow. #comments .comment-btn.sqs-system-button { background: #749575 !important; padding: 15px 30px !important; font-size: 14px !important } #comments .comment-btn.sqs-system-button:hover { background: #ddd !important } Hey, you're awesome, thanks. I am wondering though if there's a way to change the text within the comment button. I would like it to just say "Post Comment" instead of "Post Comment..." Also, is there a way to reduce the size of the "Comments (0)" text above the comment box to be the same size as the "Newest First" text?
Web_Solutions Posted October 17 Posted October 17 34 minutes ago, yogacid said: Hey, you're awesome, thanks. I am wondering though if there's a way to change the text within the comment button. I would like it to just say "Post Comment" instead of "Post Comment..." Also, is there a way to reduce the size of the "Comments (0)" text above the comment box to be the same size as the "Newest First" text? Replace the previous code with the code bellow. #comments .comment-btn.sqs-system-button { background: #749575 !important; padding: 15px 30px !important; font-size: 0px !important; } #comments .comment-btn.sqs-system-button:after { content: "Post Comment"; font-size: 14px !important; } #comments .comment-btn.sqs-system-button:hover { background: #ddd !important; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment