-
Notifications
You must be signed in to change notification settings - Fork 49
How to Make own style
Neon edited this page Jun 28, 2020
·
2 revisions
Note that you need to know CSS3 to can be able to create something good.
First, go to /lgsl_files/styles/ folder and make new file like my_new_style.css
The other way is to make a copy from one exist style and rename it.
Second, go to one level higher at explorer and open lgsl_config.php. Find:
$lgsl_config['style'] = "darken_style.css"; // at line 17 and
$lgsl_config['style'] = "my_new_style.css"; // change to this
Great! Now you have your own style! You may look other styles to get some examples and css classes.
Any your ideas you can suggest to Issues page.