Hi, i would appreciate some assistance ion fixing the style of my comments form on my blog posts. i want to change the style of the “post comment” button so that it is a solid white button with black text, which would be uniform with the styling of my other forms. ive attached screenshots of my comment form and my contact form so that you can see the difference. my website is: www.timelesstouring.com.au
Hi, im not sure what you mean?
Hi @michaeltt
Welcome to Shopify Community.
If you want to have consistency & want every button with this design,
please go to Online Store → Customize.
On the left hand menu, Choose Theme Settings → Custom CSS and add the following code
.button {
border: 1px solid black !important;
color: black !important;
background-color: white !important;
}
This should do the trick.
Thank you,
Sajat
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.

