You are viewing limited content. For full access, please sign in.

Question

Question

Hide Metadata pane, but not Entry Properties from Document View in Weblink

asked on November 10, 2015

Hi,

 

I know how to hide the Whole section with this Code

<style type="text/css">#TheFieldDisplay_DisplayDiv {display:none !important;}</style>

But i want to hide the Metadata Section(where it will have the fields, not the document links) and not Entry Properties. I tried looking in the Style sheet, but can't find anything.

 

Thanks

Gert 

0 0

Answer

APPROVED ANSWER
replied on November 10, 2015

Add the following to the Custom WebLink CSS section in WebLinkStyles.css

#__FieldsMetadataDataSection {display: none;}
1 0

Replies

replied on May 4, 2018

Alex,

This appears to work on older versions of Weblink.  How can you hide the metadata pane with the release of WL10?

 

Thanks!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.