By default if the theme see's that your post is using the more tag it will use that for the blog entry excerpts. If you want to ignore the more tag and use the theme's custom excerpt function you can disable the more check by returning false for the "wpex_check_more_tag" filter.
add_filter( 'wpex_check_more_tag', '__return_false' );