How do I make the menu background transparent?
Hi koala!
They should be transparent by default. I believe you have set a background color for them in Dashboard -> Enfold -> Advanced Styling -> Main Menu Links. Go ahead and view that option and delete any code you see for the background color and save. If that does not work then try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
.main_menu a { background-color: transparent !important; }
Best regards,
Elliott