I want to add the HideElements macro to the Header to in a space. What is the correct wiki markup for it?
Here is what I've tried.
{hideelements:hideElementsTools=true|hideElementsEdit=true|hideElementsCSS-Selector=.aui-header}
{hideelements-macro:hideElementsTools=true|hideElementsEdit=true|hideElementsCSS-Selector=.aui-header}
Hi Ryan,
thanks for using Hide Elements!
Unfortunately Hide Elements is a xhtml-macro, and therefor has no wiki markup notation. I will look into this, but for the moment you could add the following custom CSS at "Space Tools > Look and Feel > Stylesheet > Edit":
#action-menu-link, #add-menu-link, #editPageLink, .aui-header {
display:none !important;
}
That should have the desired effect.
Best regards
Johannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.