...
Info |
---|
.class - this is css class of your custom button. For example in the screenshot you want to set a custom button to the menu, so you need to find a parent <div> for your button. |
Note |
---|
In another case, you can use any attribute: id, class or another attribute for you parent for button. If you want to use id of your buttobutton, please use #id instead of .class. |
...