Finally i managed to fix those two issues,
fix 1; for excerpt length follow those steps : wp-admin-> Appearance -> Customize -> Theme options -> uncheck ‘Enable logo and content animation on page load.’, and check only ‘Generate excerpts automatically.’ -> fixed.
fix 2; for title wrap opacity follow those steps: first install this plugin : SiteOrigin CSS then click Appearance -> Custom CSS -> put this code :
.entry-title {
font-size: 20px;
opacity: 0.8;
}
and you are done,
i am marking this question resolved, thank you.