We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

style "post comment" button - Shopify Dawn

style "post comment" button - Shopify Dawn

michaeltt
Tourist
8 0 1

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.auScreenshot 2024-09-09 at 2.13.04 PM.pngScreenshot 2024-09-09 at 2.29.19 PM.png

Replies 2 (2)
michaeltt
Tourist
8 0 1

Hi, im not sure what you mean?

Sajat
Shopify Partner
318 35 48

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.