i want to hide “project name”, " Project description:", when i post on project.
what can i do?
thanks
Use this in a custom CSS plugin:
.project-name, .project-desc { display: none; }
oh! it works! thanks alot!
happy new year!