- <?php
- /*******************************************************************/
- /* if you want to change the values */
- /*******************************************************************/
- // Change the logo or color to the title and heading
- // Just copy your logo-file in the "Moon/Assets/images" directory in the plugin directory
- // The file should be to 50 Pixel is a good height
- $themeMoonConfig['logo'] = 'brand-logo.png';
- $themeMoonConfig['backgroundColorHeader'] = '#364046';
- $themeMoonConfig['HeadingTitleColor'] = '#eee';
|