Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Redux::setSection( $opt_name, array(
  2. 'title' => __( 'Mobile menu', 'redux-framework-demo' ),
  3. 'id' => 'header-mobile-menu',
  4. 'subsection' => true,
  5. 'fields' => array(
  6. 'id' => 'header-mobile-menu-background',
  7. 'type' => 'color_rgba',
  8. 'title' => __('Mobile menu background Color', 'redux-framework-demo'),
  9. 'subtitle' => __('Background color for mobile menu overlay', 'redux-framework-demo'),
  10. 'default' => array(
  11. 'color' => '#E2E2E2',
  12. 'alpha' => 1
  13. ),
  14. 'transparent' => false,
  15. 'output' => array(
  16. 'background-color' => '.mobile-menu',
  17. ),
  18. ),
  19.  
  20. ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement