
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 03:44 PM
Where do we change the color on the loginscreen, we actually don't like the blue color.
Mvh Erik Kennedal
Mvh Erik Kennedal
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2016 12:49 PM
We'll consider making an easy option for this in the future. For now if you really don't like the color you could add the following piece of code at the bottom of the 'Program Files (x86)\Lansweeper\Website\js\jquery-1.9.1.min.js' file:
$(document).ready(function() {
$('#loginfirstelement').css('background', '#00ff00');
});
We advise making a backup of the file before you edit it. You'll need to press F5 on the web page to get the new results. Keep in mind that this file will be overwritten when upgrading.
$(document).ready(function() {
$('#loginfirstelement').css('background', '#00ff00');
});
We advise making a backup of the file before you edit it. You'll need to press F5 on the web page to get the new results. Keep in mind that this file will be overwritten when upgrading.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2016 12:49 PM
We'll consider making an easy option for this in the future. For now if you really don't like the color you could add the following piece of code at the bottom of the 'Program Files (x86)\Lansweeper\Website\js\jquery-1.9.1.min.js' file:
$(document).ready(function() {
$('#loginfirstelement').css('background', '#00ff00');
});
We advise making a backup of the file before you edit it. You'll need to press F5 on the web page to get the new results. Keep in mind that this file will be overwritten when upgrading.
$(document).ready(function() {
$('#loginfirstelement').css('background', '#00ff00');
});
We advise making a backup of the file before you edit it. You'll need to press F5 on the web page to get the new results. Keep in mind that this file will be overwritten when upgrading.
