Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #337533

    Hello,

    I had your staff help me add a google translate drop down and now need to add a text link to the right of the drop down. I need the text to be white and link to another website, when the link has a rollover I would like the color to change as well.

    Here is the link for the previous thread: https://kriesi.at/support/topic/google-language-translator-plug-in-intergration/

    Please advise

    By the way you guys rock!

    #338186

    Hi mcraig77!

    Thank you for using Enfold.

    Try to replace the code with this:

    function add_custom_script_translator(){
     echo "<div class='g-trans'>".do_shortcode('[google-translator]')."</div>";
     echo "<a class='g-trans-link' href='LINK HERE'>CHANGE THIS TEXT</a>";
    }
    add_action('avia_meta_header', 'add_custom_script_translator', 10);

    Regards,
    Ismael

    #338604
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add a link to the right of the google translate drop down’ is closed to new replies.