How to add new style property?

samat

New member
Hello!
I want to add second logo on the top-left.
So I add code for it to the template, but there is no style property to set path to that logo image.
How do I add new style property?
 
You have to enable Debug mode to be able to do that. To enable Debug mode open your library/config.php file and add that to the end:
PHP:
$config['debug'] = true;
After that go to Admin CP -> Appearance -> Style Properties and you will notice a new button that allows you to create style properties.
 
Top Bottom