Hi there,
Default I have a big menu in the header of my website, when you scroll to the bottom of the website this changes in a smaller menu.
My question, is it possible to use this smaller menu from the start just on one page?
I also have a second question, is it possible to put a text/content over the video slider (for a few seconds)?
Hey SoWeAre,
The text can be put over the video in the Layer Slider.
On which page do you need the menu to be small?
Best regards,
Victoria
Hi SoWeAre,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.page-id-1176 #header .container.av-logo-container,
#top.page-id-1176 #header #avia-menu > li > a {
height: 44px !important;
line-height: 44px !important;
}
#top.page-id-1176 #header .container.av-logo-container .logo a,
#top.page-id-1176 #header .container.av-logo-container .logo img {
max-height: 44px !important;
}
.html_header_top.html_header_sticky .page-id-1176 #main {
padding-top: 44px !important;
}
Hope it helps :)
Best regards,
Nikko
Hi SoWeAre,
Thanks for giving the admin access.
I have checked your site and the code was partially working because this part of the code:
#top.page-id-1176 #header #avia-menu > li > a
> was replaced with:
& g t ;
without the spaces, I have fixed it but I have cleared my browser cache to view it properly.
Let us know if it’s good on your end.
Best regards,
Nikko
Thanks it works fine now!
One more question, is it possible to place a text (company name) next to the logo in the menu?
Hi,
Yes, that is possible. Try this filter.
// https://kriesi.at/support/topic/phone-number-next-to-logo-menu/#post-948083
Best regards,
Ismael