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

Question

Question

Hiding Menu Items and Links in Web Access 9.2

asked on March 16, 2015

Is it possible to hide the following menu items and links from the users in Web Access? - Support Site, Log Out, Record and Download Search Connector.

Thanks in advance!

0 0

Answer

SELECTED ANSWER
replied on March 17, 2015

Hey there,

 

You can hide these links and the Records menu fairly easily using some custom CSS. Have you seen the slides for our Empower 2014 class 'EDM207: Customizing Web Products'? I would definitely check them out, as they cover the technique used to make these sorts of customizations, as well as a few examples of such customizations.

 

To summarize:

  1.  Uniquely identify the web element by ID or classname
  2. go to C:\Program Files\Laserfiche\Web Access\Web Files\Assets\Styles.css
  3. add the following code (here's the records menu as an example):
    • #Main_RM
      {
          display:none;
      }

Here, the '#' is the CSS selector for id, and 'Main_RM' is the id for the records menu.

 

Give that a shot, and let us know how it goes!

0 0

Replies

replied on March 17, 2015

That works perfectly! Thanks for clear and concise instructions.

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

Sign in to reply to this post.