config.php 530 B

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