How to give CSS to buttons in ionic popup

Check this codepen: http://codepen.io/soutlink/pen/emROYW

You must Add cssClass to popup and type to the button

Then in css, overwrite styles

You also can do your own custom “types” not only ionic button types

EDIT:

You do not need cssClass. Only “type” in button, and then do your own style. I updated codepen

1 Like