I'm sure the title is a little confusing, couldn't figure out how to describe it in a few words.

So I have a few custom content types. What I want to restyle is the "form" for the page when the user is adding content.

User selects "add content". They then pick the content type to add. That empty form of my custom content type is what I'd like to restyle. Is there a way to do that aside from inspecting elements and "hacking" it?

Comments

There are ways to style the

There are ways to style the form, the choice depends on the details of what you want to do. A couple of the choices are to uses css or to modify the layout display suite includes a module that allows you to apply a layout per content type and position the fields..

---

Thanks! I think (knowing the form isn't too involved), I'll just go down and dirty and hack the CSS :)

nobody click here