Only problem I have is that font color is always white. How can I make the font color change automatically based on row setting "text color = light / dark"?
Currently the switch is hidden due to missing translation. It will be displayed in header on top right. Do I need to unhide it to make you able to code?
Hi,
I added a language switchcer to main menu adding follwoing to header.php:
l class="lang_menu"> <?php pll_the_languages( array( 'hide_current' => 1,'hide_if_empty' => 1 ) ); ?> </ul>
works fine and expected so far.
Only problem I have is that font color is always white. How can I make the font color change automatically based on row setting "text color = light / dark"?
Best regards
Andreas
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hi,
http://foodbuy.org/?page_id=22
Currently the switch is hidden due to missing translation. It will be displayed in header on top right. Do I need to unhide it to make you able to code?
Beste regards
andreas
Yes, Please unhide it .
Thanks
ThemeNectar Support Team
Please check: http://foodbuy.org/?page_id=1391&lang=en
This ticket can be closed. Within Options "Header Navigation -> Transparency" I could define the colors as desired.