Why btn-primary locked in button?

I want to change color of button to btn-success. I did it like this and wonder if this is the right way to do it? Naturally I would just change btn-primary to btn-success but it is locked.

In the tab on the side you have these options for primary, secondary, etc…

1 Like

You change it in the button options on the right hand side of the screen

image

2 Likes

Beat me to a screenshot and explanation.
Right when I was going to post it lol

1 Like

Thank you very much. I know now how to do it. Would be nice tought if I could change it directly.

1 Like

A fun way to make a button with a customizable class is by using a link.

Add the classes btn btn-success, or btn-outline-success it does take away the option to change the Button Type and Size from the option panel, but you can add that manually in the attribute panel.
Small Button : btn-sm
Large Button : btn-lg
Button Type:
Key : type
Value : button, submit or reset

1 Like