How to change the color of the button

  1. Go to MotoPress > Options > Custom CSS Code and create a new style. You can paste this code:
  2. .my-button {
    background-color: #adc91d;
    }

    button-color-1.png

  3. Change the color code “adc91d” to your color.
  4. Open MotoPress Visual Editor, select the button, delete current color, paste the style name to Style Manager and press Enter
  5. button-color-2.png

  6. The result
  7. button-color-3.png

Related Topics