Hi I have been using Enfold last couple of years, I never had issues with importing demo.
After installing the theme, I imported demo, and it is not working properly.
As you can see our logo (Sandleford) is hidden under the menu and the menu is not aligned properly.
Can you please check it this out for us?
Also, I can tell that even the interface in admin area shows broken graphics.
Please let us know how to fix this.
Thank you.
Hey,
Please go to Appearance > Menus and create a new menu, add your menu items inside your menu, check “Enfold main menu” under Menu Settings and save your menu – https://codex.wordpress.org/Navigation_Menus
Best regards,
Yigit
Hi Thanks for your advice.
Now I have another problem with the header.
I added the code below to QUICK CSS to remove header transparency, it worked but menu contents are not visible.
div#header_main {
background-color: white;
}
I tried to change the colour of menu font from Main menu links under advanced styling but it is not doing anything.
I tried to the code below as well, but it did not work.
div#header_main {
background-color: white;
color: black;
}
Can you please advise how to change the colour of main menu font?
Thanks.