Change Theme Button Colors
Please note that this is now available as a plugin for easier installation. While you can use this document as a reference, the recommended method to add this functionality is through the plugin installation wizard. Learn more about plugins here.
You can change the primary button or other aspects of your theme by adding code to the Custom Header of your app. The code in this example can easily be interchanged for a different button or color.
One Easy Step
Add the following HTML code to the header section of your app.
<style>
.btn-primary {
color: #fff;
background-color: black !important;
border-color: black !important;
}
</style>
This example uses the primary button and the color black. If you would like to change this, I have selected the portion of code in the image below that you will need to edit.
Original Community Post:
Changing item colors - Community Discussions / How Do I - Tadabase Community
We'd love to hear your feedback.