I solved my own problem in my previous post.
The menu code is missing a color attribute for changing the menu title text color when you open a menu. So the title will stay the same color. If your color scheme demands a alternate title color you should add the
red line of code to the CSS here:
Quote:
/*"""""""" (main) Rounded Items Content""""""""*/
#qm0 .qmritemcontent
{
padding:0px 0px 0px 4px;
color:#000000;
}
|
Now that I have added this missing color code in... I can change the menu title tect color when a menu pops open to better match my color scheme.
(See attached before and after screenshots)