This topic has 13 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Olga Barlow
Hi,
I would to know how cani i change the sticky header backgrounf colour.
Actually i’ve my header with blue background but when i scroll down the background of sticky header
becomes white.
How can i fix it?
Thanks a lot.
Francesco
Hello,
Thank you for using our theme.
As a quick solution you can add this CSS code to your custom CSS to make your sticky header blue
.fixed-header.header-color-dark {
background: #3d72b8;
}
Regards
Thanks, this sounds good!
Another thing: the logo can be adapted in the sticky header?
Precisely Can I have a smaller logo in header sticky?
Thanks a lot
Francesco
Hello,
Yes, try to use the following custom CSS code
img.logo-fixed {
max-width: 300px;
}
Hi,
the custom css is not working. Is there something wrong?
Let me know.
Thanks
Francesco
Did you add it to the custom css section? We can’t see it the source code of your page.
Yes. I’ve added it and remove later.
Now i’ve added again. You can check.
Also with that code it seems there is an error: “Element is overqualified”.
F.
Perfect, fixed. Can I align center?
Thanks
F.
Still don’t see this code on your page. What do you want to align center? Do you mean vertically align logo on the sticky header?
Code is on css. if I can attach a picture I’ll show you.
Let me know
Sorry, try to use this code 🙂
.header-logo img.logo-fixed {
max-width: 300px;
}
Hi,
Can i change logo on sticky menu?
Thanks
Francesco
Hello,
Yes, go to Theme Options > General > Header settings > Logo image for fixed header.
Regards
Tagged: colour, customization, header, sticky, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up