- 
		AuthorPosts
 - 
		
			
				
October 23, 2014 at 7:37 am #339942
Hello –
I hate re submit requests but I havent got a replay in a few days and need to get this solved. The code supplied didnt work.
Here is the original request: https://kriesi.at/support/topic/add-a-link-to-the-right-of-the-google-translate-drop-down/
Here are the details:
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!
October 23, 2014 at 2:49 pm #340109Hi mcraig77!
If you would like to add it manually, please go to Appeanrace > Editor and open Helper-main-menu.php file and find
<div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>and add your text right below it
<a href="http://kriesi.at" class="my-custom-text">Here is your text</a>then add following code to Quick CSS
a.my-custom-text { color: red; } a.my-custom-text:hover { color: orange; }Regards,
YigitOctober 23, 2014 at 6:56 pm #340293Ahoy Yigit –
Yes the text now show but it is in the upper right of the browser, how do i get it on the same baseline as the google translation bar? and to the right of it?
Thanks
October 23, 2014 at 7:53 pm #340311Hi!
Please add following code to Quick CSS as well
a.my-custom-text { position: absolute; top: 10px; left: 27%; }Regards,
YigitOctober 23, 2014 at 8:46 pm #340343Positioning is correct but not I can’t rollover…
October 24, 2014 at 10:59 pm #340814 - 
		AuthorPosts
 
- You must be logged in to reply to this topic.
 
