Hello @ssiwebdev,
Thanks for writing to us.
I would suggest you please add this custom code to the active child theme functions.php file.
function custom_text_translate($translated) {
$translated = str_ireplace('Read More', 'YOUR TEXT', $translated); return $translated;
}
add_filter('gettext', 'custom_text_translate' );
Please feel free to change “YOUR TEXT” to match your design. Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer. In case you have no idea about PHP code you need to contact a developer or subscribe to One where customization questions are answered since custom development is out of the support scope.
Thanks for understanding