Probably a simple question , but I can't find the right (css)files for changing the colors of the menu and the dark color at the bottom of the website.
I have already changed some parts with the theme magic of the template but for the parts named above I can't find the right codes.
I have saved my settings in theme magic under the code red .
Hopefully somebody can point me to the right css files where I can change the code.
About the menu, text separator menu items (unclickable) shows different color to others.
In my case with blue version of the template, all other parent menu items' letters remains white (selected or not selected) but the text separator menu items' letters are gray when not selected and become white when selected - in contrast to the sub-menu items' letters - white at first but became gray when selected.
Also ,Can you tell me how to change text color for copyright section?
Looking forward to hearing about following matter:
About the menu, text separator menu items (unclickable) shows different color to others.
In my case with blue version of the template, all other parent menu items' letters remains white (selected or not selected) but the text separator menu items' letters are gray when not selected and become white when selected - in contrast to the sub-menu items' letters - white at first but became gray when selected.
Hi, 'Text separator ' is joomla system definition ==> shows different color to others.
If you want to change 'Text separator' color --> white, you can add the following lines in 'custom.css':
.nav > li > .separator{
color:#fff;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret{
border-top-color: #fff !important;
border-bottom-color: #fff !important;
}