function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sergio Mac-IntoshSergio Mac-Intosh 

How can i remove the header of a chatter action(Vf page)?

How can i remove the header of a chatter action(Vf page)? Removing the save button would be a good workaround too! This button isn't used on the page i'm showing.
 User-added image
bob_buzzardbob_buzzard
You can't do that I'm afraid.  That is part of the Salesforce1 container so not something you can currently influence.  Your VF page is iframed in beneath that and comes from a different server which means you won't have access to those DOM elements.  The best you can do is have the publisher action launch an interim page which then uses the sforce.one object to navigate to the desired page.  I've written a blog post on this - the starting point is slightly different (custom buttons) but the solution is exactly the same:

http://bobbuzzard.blogspot.co.uk/2014/08/replace-visualforce-buttons-in.html