Where can I change the text color on the flags drop-down menu please? On some of my skins it is completely unreadable. See attached:
Where can I change the text color on the flags drop-down menu please? On some of my skins it is completely unreadable. See attached:
It most probably will need some change in code. I will check on it and I will give you some more clue tomorrow
OK thanks, I will check back regularly.
Ok I found it:
To set color of this drop-down menu you have to edit on file:
forum root -> includes -> vbenterprisetranslator_functions_url.php
and edit line:
Change value of color:PHP Code:
$menu .= '<td class="vbmenu_option"><a rel="novbseo" style="color: black;" ';
In example if you want to have green text:
PHP Code:
$menu .= '<td class="vbmenu_option"><a rel="novbseo" style="color: green;" ';
I have about 20 different skins on my forum. So with this edit it will change the color globally on all skins. That will not do. I need a way to change the text color for different forum skins. Thanks.
Right now we do not support dinamically changing text color for dropdown menu, it is hardcoded value in our script. I will ask Michał whether it will be editable in our next release