Hey! I’m using Mobile Theme Plugin for Mobile appearance of my website, I’m just asking can we change designs of social sharing buttons.
I just wanna to make social sharing buttons in round design not in squarish shape.
Please help me
I’m attaching screenshot for your better understanding
https://ibb.co/2yzj52z
Hi,
You can do this from Theme panel> Posts settings> Sharing -> https://i.imgur.com/QHVRuZh.png -> https://forum.tagdiv.com/design-post-pages-using-default-templates/
Hope this will help you!
This option is available with Standard Pack plugin, if i don’t install standard pack plugin, is there to change social sharing buttons design without using standard pack plugin
Hey as you mentioned i changed it from theme pannel as you can see in the screen shot.
https://ibb.co/vLfR3dp
But still it didn’t reflect on my mobile theme, the social sharing buttons is still coming in squarish shape as you can see in screenshot.
https://ibb.co/R6RyZRw
You can check my website here
Hi,
If this option is not working for you, please try this custom css -> https://i.imgur.com/EdG8sMG.png
.td-post-sharing-visible .td-social-network {
border-radius: 50%;
}
This code need to be set in theme panel> mobile theme> custom code> css.
Let me know the results!
Hey sir, i jist wanted to ask one more thing. Can we align social icons on the left side of the posts.
Just like this website has done: https://ibb.co/QbH1hS6
Is there any CSS code for this
Hi,
Please try this custom css -> https://i.imgur.com/6XlBNVm.png
.td-post-sharing-classic, .td-post-sharing {
text-align: left!important;
}
Set the code in theme panel> mobile theme> custom code> css.
Hope it will help you!