Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

Easy - button color



  • Hi guys, i have tried all possibilities to change onsen ui button color here lol . I do’nt know more what to do.

    Large-cta button

    <ons-list-item class="item">
                        <img class="picme" ng-src="images/one.jpg">
                        <header>
                            <ons-button modifier="large--cta"  ng-click="show('one.html')"><ons-icon icon="fa fa-arrow-circle-o-right fa-2x" fixed-width="true"></ons-icon>Test</ons-button>
                        </header>
                    </ons-list-item>
    

    It continues as # white color, and i need to change for #333 gray


  • Onsen UI

    @Leonardo-Augusto

    This works style="background-color: red; color: blue". If you want to set it as a class, make sure that you are specific enough.