Social Buttons Edit

Posted in: Newsmag
Post count: 25

Hello guys,

How can I edit the text on the share button for a mobile version? Instead of “Facebook” I want to change it to “share on Facebook”.

I have changed it for the desktop version, but when I open the site from my smart phone, the share button is empty. You can check what I am talking about HERE: Just open the link from your PC and then from your phone and you will see the difference.

Post count: 6535

Hi

That is default layout for share buttons on mobile. You can try this css in theme panel > custom code > custom css to make that text visible:

@media (max-width: 374px){
.td-social-facebook .td-social-but-text {
display: inline-block!important;
}
}

Hope this helps!
Thanks!

Post count: 25

I have pasted the same code on newspaper theme but there is not working. Can I use the same code? the website is dnesnovinite.com

Post count: 23312

Hello kr15k0,

Please deactivate your Alert when I try to inspect your website because I cannot provide an accurate response. Do you want to align these buttons? -> https://www.screencast.com/t/fjJQOMyk
Provide more details so I will be able to identify your real problem.

Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.