Header Adjustment

Hello,

How can i change my header like to newspaper x theme?

https://colorlib.com/newspaper-x/ please see attached file( 3.jpg)

And how can i change my logo size?
I try to edit my logo size on additional css using .
.logo{
max-height: 100px;
}

but its not working

Thanks

Hello Carlvic,

I hope you are doing well today.

Changing the header to that of Newspaper X would require and overhaul of the theme unless you are referring to a specific element that you want to add in the header.

Could you please provide a link to your website so that I can inspect the logo and test it?

Best Regards,
Support

Hello,

Actually I just want to add my social media links and and contact # above the menu header is that possible??

Here you go http://www.hdprodmcc.ae/.

Thanks

I found solution for my logo using

.logo {
max-height: 150px;
width: 150px;

}

but my another question is not yet resolve to change header like from newspaper x or how to add social links above. And when
I scroll down my header header color is transparent. How can i change it to black?