If you would like to change the default title of the Q&A tab, please add a PHP code snippet to the functions.php file of your current WordPress theme.


add_filter( 'cr_qna_tab_title', function( $tab_title ) {
$tab_title = 'Ask a question';
return $tab_title;
} );


This code snippet uses the cr_qna_tab_title hook provided by the plugin to adjust the title of the Q&A tab.


More questions?

We hope that this solution was helpful. If not, please don't hesitate to reach out to us on the support forum. If you have a Pro license, please create a ticket on this portal for priority support. We are always available to help.