Hello,
I would like to know how I can change the text color of the main menu of my homepage since I have a light colored background and for the text white I lost in the background.
Thank you.
               
                
               
          
.imageBg #main-menu > li > a {
   color: #YOUR_COLOR;
}



