Hi,
This is a quick one 🙂
You need to have the sweetdate-child theme activated.
Open sweetdate-child/functions.php and add this remove action to the remove_actions function:
remove_action(‘kleo_after_breadcrumb’, ‘bp_add_profile_navigation’);
So it looks like this:
COPY CODE
add_action('after_setup_theme','kleo_remove_actions');
/**
* Override existing actions
* Use these functions to replace/remove existing actions
* @since Sweetdate 1.3
*/
function kleo_remove_actions()
{
remove_action('kleo_after_breadcrumb', 'bp_add_profile_navigation');
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution