follow this text

mastering Jul 01, 2012 12:30PM EDT

Hi,

With regard to the 'Follow This' vertical sharing code, how would you you go about changing the size and colour of the text? E.g Facebook button with the word 'Facebook.' I can change the follow this title colour and size but can't seem to get it to work for the links name. I've had a good scan through the forum and support before asking but couldn't find anything:

<code>
<!-- AddThis Follow BEGIN -->
<p><span style="font-size: 17px; color: #c0c0c0;">Follow Us</span></p>
<div class="addthis_toolbox addthis_vertical_style">
<a class="addthis_button_facebook_follow" addthis:userid="social page"></a>
<a class="addthis_button_youtube_follow" addthis:userid="social page"></a>
<a class="addthis_button_rss_follow" addthis:url="particular rss feed"></a>
</div>
<code>

I know the javascript is missing.
Any help would be gratefully appreciated.

Thank you

Up 0 Rated Down
Paul (AddThis Happiness Specialist) Jul 03, 2012 11:42AM EDT
There shouldn't be any text showing up. Can you post a link to the page?
Up 0 Rated Down
girlgonekiting Aug 23, 2012 10:26AM EDT
I would also like to know how to change the blue default color of the follow text?

When creating a follow widget it is possible to choose a vertical layout which have icons to the left and the social media name to the right. The social media name has a blue color, but I would like to change it to pink similar to my link color on my blog http://girlgonekiting.tumblr.com.
Up 0 Rated Down
Paul (AddThis Happiness Specialist) Aug 23, 2012 03:02PM EDT
You can adjust the color of the links using CSS. Add this to your stylesheet:

div.addthis_toolbox a {
color: #F54798;
}

This question is closed to new answers.

Still need help?


General Topics

 

Developers