Hi cosmindu, thanks for your kind of word.
for you problem. Open header.php
this line is for display title and description on header.
<h1><a href="<?php echo home_url(); ?>"><?php echo get_bloginfo('name'); ?></a></h1>
<span></span>
<p><?php echo get_bloginfo('description', 'display'); ?></p>
If you want add image or logo. Add this line right below title and description code, you will see playstation’s logo from this code.
<center><img src="https://s.www.ads-software.com/images/notableusers/playstation-2x.png" height="" width=""></center>
If you want to use only your logo. you can delete title and description code.
Note: You could customize both height and width.
—
If you like, please mark this question as solved.
Thanks,
Malvouz