Change Post Comment Button Colour on Blog

Solved
crosbyaudio
Tourist
9 0 4

Looking to change "Post comment" button colour on blog to #407FB4.

 

https://crosbyaudio.com/blogs/blog/a-comprehensive-guide-to-choosing-your-first-guitar

 

Thanks!

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5570 1020 1045

This is an accepted solution.

Go to your Online store > Themes > Edit code > open base.css file, add this code below at the bottom and save file 

 

#comments input.button { background-color: #407FB4 !important;  }

Screenshot 2023-11-15 at 09.08.26.png

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 4 (4)
PageFly-Richard
Shopify Partner
3650 804 1449

Hi @crosbyaudio 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
div#comments .button {
    color: #407FB4;
}
</style>

PageFlyRichard_0-1700014037284.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Dan-From-Ryviu
Shopify Partner
5570 1020 1045

This is an accepted solution.

Go to your Online store > Themes > Edit code > open base.css file, add this code below at the bottom and save file 

 

#comments input.button { background-color: #407FB4 !important;  }

Screenshot 2023-11-15 at 09.08.26.png

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

crosbyaudio
Tourist
9 0 4

Thanks for that!

Dan-From-Ryviu
Shopify Partner
5570 1020 1045

Very welcome!

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now