How to remove button create workspace and edit

xxxxxx
how to remove button create workspace and edit anyhelp?

in desk.css add this

button[data-label="Create%20Workspace"],button[data-label="Edit"]{display:none;}

Consider making it a custom app so they do not show up on every update.

where can i find it ? the desk.css plzz steps

where can i find it ? the desk.css plzz steps

hii @Abdrouf_Elshebanix

Need to create a build.json file as well. Let me explain how it works:

hooks.py

app_include_css = [
	"/assets/dsr/css/custom.css"
]

custom.css in bench/apps/custom_app/custom_app/public/css

// remove create Workspace button
.custom-actions {
    display: none;
}

build.json in bench/apps/custom_app/custom_app/public

{
    "css/custom.min.css": [
    "public/css/custom.css"
    ]
}

Thanks!

how can i create custome app can u explin plz steps ?

https://frappeframework.com/docs/user/en/tutorial/create-an-app

this is my custom app i follow instruction, can u explain steps plzz what i gonna to do ???

1



plz can u look at my photos , is correct ?