Good morning,
on my site the mobile menu does not work!
For menu management I have installed the plugin: Conditional Menus, because I need to have 2 different menus.
Thank you for your support.
Hey,
Please update Enfold to the latest version 4.2 – kriesi.at/documentation/enfold/updating-your-theme-files/ :)
Best regards,
Yigit
Thank you, now It works well! ;)
I can ask you another question. I’ve add this code inside CSS field to edit the header background of individual pages:
.page-id-3465 #header_main , .page-id-3436 #header_main, .page-id-3443 #header_main, .page-id-3481 #header_main, .page-id-3468 #header_main {
background-color: #0a2754;
}
What should I add for the same also for the mobile version?
Best regards.
Hi,
Thank you for using our theme.
You have to use a media query:
@media only screen and (max-width: 989px) {
........
}
Put your code above instead of ….. and add !important after the color value.
If this does not solve all screen width you have to add additional queries:
@media only screen and (max-width: 767px)
@media only screen and (max-width: 479px)
Best regards,
Günter
Perfect it works! Thank you very much!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Thank you! You can close this thread.
Best regards.