I added this to the quick css
I would also like the menu text on this one page to be white and black on all other pages – how can I do this?
Hi,
Please try adding the code above to the end of your functions.php file in Appearance > Editor.
When editing functions.php you should use the child theme, so your changes will not be lost with future theme updates Read about it & Get it here
To change the menu text color for the same one page, Try this code in the Enfold Theme Options > General Styling > Quick CSS field:
#top.page-id-65 #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
color: #000 !important;
}
Best regards,
Mike