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

Question

Question

How to make WebLink Welcome Page text bold

asked on September 20, 2024

We have a client that updated from WebLink 9 to 11 recently. They used to be able to make the Welcome Page text bold by appending the line with <P><B>WELCOME PAGE TEXT<P></B>

 

That doesn't seem to work in WL11. Does anyone know where this is configured now? I looked at some of the INC files in this particular WebLink Web Files directory and tried to make some edits there, but nothing is working. Does anyone have a handy tip for us? See image for reference. Just would like the bottom line of the Welcome Page text to be BOLD. Thanks!

WebLink Welcome.png
0 0

Replies

replied on January 10

You should be able to do it by modifying the file located here:

C:\Program Files\Laserfiche\WebLink\WebLink\Web Files\Custom\CustomWebLinkStyles.css

The custom CSS would look something like this:

/**== Begin Custom WebLink CSS ==**/
.NewWelcomePageTitle { font-weight: 800; }
/**== End Custom WebLink CSS ==**/

 

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

Sign in to reply to this post.