Remove Pinterest Button from Sharing Block in Posts

Posted in: Newspaper
Post count: 4

Dear tagdiv,

I would like to remove Pinterest button from sharing block.
As far as I understand, it should be done manually (I am using wordpress): View==>Edit and delete this section:

.td-social-pinterest {
background-color: #ca212a;
margin-right: 0;
/* responsive portrait phone */
}

@media
(max-width: 767px) {
.td-social-pinterest {
margin-right: 10px;
}
}
.td-social-pinterest .td-icon-pinterest {
font-size: 13px;
position: relative;
top: 1px;
}

Then press “Update file”.
Unfortunately, nothing happens, code is not updated and the button still exists.

Could you please advise on this?

My website is http://www.upa-pereginsk.if.ua

Thanks,
Roman

  • This topic was modified 9 years by rsemko.
Post count: 7909

Hi,

You can use custom css in Theme Panel > Custom Css to hide it – https://www.screencast.com/t/7vqkmRWYGAA

.single .td-social-pinterest {
display: none;
}

Thanks!

Post count: 4

Thank you – very helpful.

One more question, Facebook and Twitter Like buttons overlap and I cannot see number of Facebook likes (only the first digit).
How can I add more space between Like Facebook and Like Twitter or, alternatively, how can I remove only Like Twitter so that whole number of Facebook likes become completely visible?

Page example http://www.upa-pereginsk.if.ua/?p=1684

Thank you!

Post count: 20688

Hi,

I have inspected your website but I do not see any problems with the social likes
https://www.screencast.com/t/BumWfOZLHhx7
Please correct me if I misunderstand

Thanks

Post count: 4

Thank you for looking into it!

The problem is with Ukrainian language, where “Like” translates into longer word “Подобається”.

Please find example screenshot https://www.screencast.com/t/jb31lAmHolbv. Because of the long Ukrainian like user can see only the firtss digit of total number of Likes.

Thanks for advising!

Regards,
Roman.

Post count: 20688

Hi,

I understand now. You could try this code that will increase the space available and display the translation properly – https://www.screencast.com/t/7E2lgi5FnW
The code must be entered in Theme panel->Custom Css

.td-classic-sharing
.td-classic-facebook iframe {
width: 120px!important;
}

Thanks

Post count: 4

It works – thank you very much!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.