How to customize the Semantic UI buttons(background-color, border-radius and all)
Create New Menu
#bodyId .ui.create-new-menu-btn { border-radius: 0; background-color: red;
}
It will target all button with ui class.
Hope It will be useful :)