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!
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!
Hi @crosbyaudio
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the 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
Hope this can help you solve the issue
Best regards,
Richard | PageFly
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; }
Thanks for that!
Very welcome!