Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 3. Hide your Wizart button (just add display: none; to the css file of your Wizart button). And then add the following code:

...

Info

 .class is a css class of the custom button. For example, if you’d like to place the custom button in the menu, you’ll need to find a parent <div> for the button, like in the screenshot below:

Note

In another caseAlternatively, you can use any attribute: id, class, or another attribute for the button parent.

If you’d like to use you’re using the button id, please use add #id instead of .class.

How it works? Click on the custom menu button and make a trigger to a real Wizart button.