Jump to content

How to change colour of "Post Comment" button / text on comment box?

Go to solution Solved by Web_Solutions,

Recommended Posts

  • Replies 5
  • Views 397
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted
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;
}

 

Screenshot_251.png

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.


 

Posted (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;
}

 

Screenshot_251.png

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 by yogacid
  • Solution
Posted
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.


 

Posted
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?

Posted
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;
}

 

Screenshot_251.png

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.


 

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.