I'm using the 'restaurant' theme with a sticky header (black background, no transparency). The entire header goes from black -> grey -> black when scrolling. Why is this (test_website)?
And where can I change the 'kalium-restaurant-black.png' graphic that's on the header?
I found the solution at 'Pages' -> 'Edit Page' -> 'Parameters and Options' -> 'Page Options' -> 'Header Options' -> 'Header Stylings' (for the first problem)
and 'Pages' -> 'Edit Page' -> 'Parameters and Options' -> 'Page Options' -> 'Logo and menu' -> 'Custom Logo' (for the second).
Hi,
I'm using the 'restaurant' theme with a sticky header (black background, no transparency). The entire header goes from black -> grey -> black when scrolling. Why is this (test_website)? And where can I change the 'kalium-restaurant-black.png' graphic that's on the header?
Thanks,
Jon.
I found the solution at 'Pages' -> 'Edit Page' -> 'Parameters and Options' -> 'Page Options' -> 'Header Options' -> 'Header Stylings' (for the first problem)
and 'Pages' -> 'Edit Page' -> 'Parameters and Options' -> 'Page Options' -> 'Logo and menu' -> 'Custom Logo' (for the second).
Thanks anyway,
Jon.
There's just a hint of the white background color coming through on scroll. Could I ask you to direct me to where I change the bg color?
I've tried 'Additional CSS' with
.site {
background-color: #000000;
}
and at 'Pages' -> 'Edit Page' -> 'Parameters and Options' -> 'Custom CSS'.
I have looked in the documentation, but can't see it.
Thanks,
Jon.
After 20+ hrs I've found
.wrapper {
background: #000000;
}
has to be added to 'Dashboard' -> 'Customize' -> 'Additional CSS'.
All good.
Hi Jon,
Happy to hear you have found the fix, I will set the ticket as closed.
Best regards,
Laborator Team