Hey there ericbullet,
Hope you’re well today!
I’ve checked the theme but I’m not sure what you’re trying to remove. Could you please post link to your site and explain which part you want removed? Generally this should be possible to remove with some custom CSS.
Please let me know.
Best regards,
Bojan
Hi ericbullet, by setting testimonials to false, it will remove that feature. Just remove the two slashes (//), that tells PHP to ignore the line (i.e. its a comment). So the line should look like this: 'testimonials' => false,
oh DUH. Thank you.
`$xsbf_theme_options = array(
//’background_color’ => ‘f2f2f2’,
//’content_width’ => 1170,
//’embed_video_width’ => 1170,
//’embed_video_height’ => null, // i.e. calculate it automatically
//’post_formats’ => ”,
//’touch_support’ => true,
//’fontawesome’ => true,
//’bootstrap_gradients’ => false,
‘navbar_classes’ => ‘navbar-inverse navbar-fixed-top’, // Different than parent
‘custom_header_location’ => ‘content-header’,
//’image_keyboard_nav’ => true,
//’sample_widgets’ => true,
//’sample_footer_menu’ => true,
‘testimonials’ => false, // requires Jetpack
);
‘
however this does not seem to remove the testimonials.
actually it works great. thanks!