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

Question

Question

Weblink Folders link

asked on April 1, 2018

Hello All,

How to hide Folder link in Weblink anyone has an idea?

 

 

Thank You.

0 0

Answer

SELECTED ANSWER
replied on April 10, 2018

Hi Shiraj,

You will need to find the styles.css file, which by default is at the path C:\Program Files\Laserfiche\WebLink\WebLink\Web Files\styles.css. First, make a backup of this file before making any edits or changes. Then, open it, and at the very bottom of that file, you will see the lines: 

/**== Begin Custom WebLink CSS ==**/
/**== End Custom WebLink CSS ==**/

Edit the file so that it looks like this:

/**== Begin Custom WebLink CSS ==**/
breadcrumb-list {display:none;}
.browseMain {position:unset;top:unset;}
/**== End Custom WebLink CSS ==**/

Hope that helps.

1 0

Replies

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

Sign in to reply to this post.