Site name not showing in browser bar, only url

CSS will not influence it.

Check your theme’s functions.php file (or similar) to see if it’s transforming the title.

add_filter( 'wp_title', 'some_function_name' );

You can read more about it in the Codex: https://codex.wordpress.org/Function_Reference/wp_title#Customizing_with_the_filter