Okay
  Public Ticket #1339996
Changing menu font color on dark/light rows
Closed

Comments

  • Andreas started the conversation

    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 

  •  9,016
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Andreas replied

    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

  •  9,016
    Tahir replied

    Yes, Please unhide it . 

    Thanks 


    ThemeNectar Support Team 

  • Andreas replied

    This ticket can be closed. Within Options "Header Navigation -> Transparency" I could define the colors as desired.