Hi
I have Facebook -icon in my webpage. When I put the cursor on it, there comes "popup"-window "Klikkaa jakaaksesi". It means "click to share".
I´d like to replace this popup -text (Klikkaa jakaaksesi) with another text "KaaRe Facebook".
How can I do it with css?
Can somebody help me, thanks.
My webpage address is www.kaare.fi
Here is the HTML -code from the page:
[
]
- KP
<a class="share-custom
<a class="share-custom share-icon no-text" title="Klikkaa jakaaksesi" target="_blank" href="http://kaare.fi/?share=custom-1430379448&nb=1" style="background:url(<a href="http://kaare.fi/wp-content/uploads/sites/958/2015/04/Facebook.png" rel="nofollow">http://kaare.fi/wp-content/uploads/sites/958/2015/04/Facebook.png</a>) no-repeat center left;" rel="nofollow"></a>
Notice the title attribute. Simply change the text as desired.
cheers,
gary
css code
Hi,this add to title tag the name,
ex:title="Klikkaa jakaaksesi",the title tag add to this name so pop up window show in content.