Shape 5

Joomla Templates => Corpway - Club => : chamukwaga July 20, 2014, 07:05:20 AM



: Color For Dropdown Background Does Not Change
: chamukwaga July 20, 2014, 07:05:20 AM
Hello,

I have tried to change the color for dropdown background but still i see the white color. How can i solve this problem?


: Re: Color For Dropdown Background Does Not Change
: mikenicoll July 20, 2014, 10:19:23 PM
Hello,

You can adjust this here:

:
s5_flex_menu.css - line 327

#subMenusContainer div ul {
    background: none repeat scroll 0 0 #ffffff;
}

-Mike


: Re: Color For Dropdown Background Does Not Change
: chamukwaga August 14, 2014, 03:45:05 AM
Hello,

You can adjust this here:

:
s5_flex_menu.css - line 327

#subMenusContainer div ul {
    background: none repeat scroll 0 0 #ffffff;
}

-Mike

Hello but wen you change the white color to something like green, text that appear on the drop down menu remain to be black because it used the white background.
How then can i change font color for the text in the dropdown menu?


: Re: Color For Dropdown Background Does Not Change
: mikenicoll August 14, 2014, 08:55:36 PM
Hello,

This should work. Just modify as needed.

:
.s5_sub_a_span {
     color: #ff0000;}

.S5_subtext {
  color: #ccffff;}