This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Hi there, how can I change the size of the Logo image for fixed header?
Hello,
What exactly you want to change: width or height? reduce or increase?
Could you provide me link to your site?
Regards
If you have a look at my site here, https://www.habbyandlace.co.za/, if you scroll down, you will notice that the logo is huge. I just want to reduce the overall size of the logo in the fixed header when scrolling.
Hello,
Go to Theme Options > Styling > Custom CSS and add the following code
.fixed-header .header-logo img {max-width: 200px !important;}
Regards
You must be logged in to reply to this topic.Log in/Sign up