EasyUI Forum

General Category => General Discussion => Topic started by: Alfred on September 07, 2018, 04:50:20 AM



Title: Remove Start Menu on Easyui Desktop
Post by: Alfred on September 07, 2018, 04:50:20 AM
How do I remove the start button on the Desktop Extension?


Thanks and regards
Alfred


Title: Re: Remove Start Menu on Easyui Desktop
Post by: stworthy on September 08, 2018, 12:59:39 AM
Please add this line to the page.
Code:
<style type="text/css">
.desktop-start{
display: none;
}
</style>