Guest User

Untitled

a guest
Oct 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. add_filter( 'astra_color_palletes', 'wpb_astra_color_palettes' );
  2. function wpb_astra_color_palettes() {
  3. $color_palettes = array(
  4. '#ffffff',
  5. '#f6f7f8',
  6. '#222222',
  7. '#666666',
  8. '#000000',
  9. '#000000',
  10. '#000000',
  11. '#000000',
  12. );
  13.  
  14. return $color_palettes;
  15. }
Add Comment
Please, Sign In to add comment