I added a prefix and suffix to the forum post using hook_form_alter to wrap forum posts in a class of 'forum' so we can target css to only those content types, then added css to hide the teaser splitter, menu selection block, and body label in forum posts.

Comments

karens’s picture

And I added a prefix and suffix to the comment form, too, and hid the body label there.

I also realized I was catching non-forum nodes and fixed that in the hook form alter.

With this 'forum' wrapper we now have a way to do other tweaks in the css that will target only the forum nodes and comments.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.