When trying to set title, not sure how to edit it for different pages

I use Yoast. Is it possible that Yoast overwrites the values for the tag?

Yes, it is.

add_filter( 'wp_title', array( $this, 'title' ), 15, 3 );

Snippet above come from “WP SEO by Yoast”. In version 1.4.13 it is in line 53 of class-frontend.php