Mstoreapp
  • WooCommerce App Docs
  • Getting Started
  • Theming your app
  • OneSignal Push Notification
  • Sending Push to Specific Category, Product and Post
  • Cross-sell and Upsell products
  • Dynamic Blocks
  • Multi Vendor and Vendor Type
  • Geolocation
  • Translation
  • Social Login (for ionic 3 app)
  • Account kit integartion (for ionic 4 app)
  • Social Login (for ionic 4 app)
  • Frequently asked questions (FAQ)
  • Customization
  • Try demo for your own site
Powered by GitBook
On this page

Theming your app

PreviousGetting StartedNextOneSignal Push Notification

Last updated 4 years ago

Ionic is built on top of , which allows you to set some default styles for your app but makes it extremely easy for you to change defaults.

Read this document and use the ionic color generator to create a new color

Add new color in app/src/theme/variable.scss file. you can also edit the existing color.

Add this color property to elements

Changing Color of Button

Set button color in the file app/src/app/data/settings.ts

this.theme.button = 'new';

Sass
https://ionicframework.com/docs/theming/colors