/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below

function qubool_enable_bp_avatar() {
    return true;
}
add_filter('bp_core_enable_avatar_uploads', 'qubool_enable_bp_avatar');

add_filter( 'bp_core_fetch_avatar_no_grav', '__return_true' );
*/