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!
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