Good evening everyone,
I need to understand if it is possible to change the social buttons graphic as shown in the screenshot you see.
http://prntscr.com/dmq6lx
Thank you
Alex
Thanks for the reply,
I wish I had the same images of the icons that are at the bottom of the article, even above.
Below the screenshot of how I would like it to become:
Can you indicate how they can be replaced (if possible).
Thank you
Alex
Hello Alex,
If you want to have the top sharing as the bottom one, you can simply activate the top article like/tweet: http://screencast.com/t/gP6L5klA
And then you can add this css in the theme panel-> custom css box:
.td-post-sharing-top {
border: 1px solid #ededed;
padding: 10px 26px;
margin-bottom: 40px;
}
The word share cannot be added with css though. If you want the work share to appear on the top as well you will have to edit the theme core files to add the different html structure required.
Thank you!
Hello everyone,
and sorry my reply came late but Christmas in Italy last long :). I tried to enter the code and activate the button ( http://prnt.sc/drdkg1 ) but the dimensions are the same. I would like the size of the icons of social beginning of the article ( http://prnt.sc/drdd7i ) they were the same as those you see in the screenshot below at the end ( http://prnt.sc/drdcyp )
Thank you very much
Alex
Well you cannot get them exactly the same. I provided a code to get them to be the same style: http://screencast.com/t/7g9b4FCH1rn
if you want them to have the same size, you will first need to translate the share on facebook and tweet on twitter with simply facebook and twitter as the below buttons: http://screencast.com/t/wrvJ5Sg0T
then replace the previous code with this one:
.td-post-sharing-top {
border: 1px solid #ededed;
padding: 10px 26px;
margin-bottom: 40px;
}
.td-post-sharing-top .td-social-sharing-buttons{
height: 32px!important;
padding: 6px 7px 8px 7px!important;
min-width: 32px!important;
}
.td-post-sharing-top .td-social-google, .td-post-sharing-top .td-social-pinterest{
width:32px!important;
}
.td-post-sharing-top .td-social-google .td-icon-googleplus{
left:-2px!important;
}
.td-post-sharing-top .td-social-pinterest .td-icon-pinterest{
left:0!important
}
Thanks
Hello Bogdan,
problem solved. Now my client is happy. Thank you for your precious collaboration.
Alex