How can I delete this 0? I don’t want to count.
See the image -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-04-08%20alle%2016.26.41.png
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/xmxdFWKsL2
.td_social_rss .td_social_info{
display: none;
}
.td_social_type .td_social_info_name{
display: inline-block;
}
Thanks!
OK now it works. Now I would like to put it under Twitter and change text on “Follower” and “Segui” -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-04-09%20alle%2013.37.56.png
Hi,
To move it bellow Twitter you have to make this change: http://screencast.com/t/70sOiBviwMa3 – http://screencast.com/t/8QHQs6WU
Also if you want to translate that text only for Rss you have to edit the plugin file and change there: http://screencast.com/t/EmEP8JBqw7S2
Thanks!