Need Menu within Header and remove Site Title

Hi Team,
Can you please help me with the below
a)I need the Header image to be increased and get the menu within the header section. Now it is showing above the header.
b)I need to remove the site title name as it shows as duplicate of the header text.

Website:https://everyonedoesprojects.com

Hey there

thank you for the question

  1. i see a different picture on your website, no header image is above the header and one mage bellow it is small and this will be a not enough for what you want
  2. can’t see any page titles anywhere on the site

Attached are the screenshots where it shows the site title in all the views(Desktop/Ipad/Mobile)
I need help to hide the site title as it looks duplicate of the header text.

hey there

Please add this CSS in appearance - customize - additional CSS

.site-title {
display: none;
}

Thanks!
Colorlib Support Team