customize share button

Posted in: Newspaper
Post count: 4

Hello i would like to change preview share button from small buttons to one large button (just facebook large button)
here screenshoot i wan like this

  • This topic was modified 8 years by moulshi.
  • This topic was modified 8 years by moulshi.
  • This topic was modified 8 years by moulshi.
  • This topic was modified 8 years by moulshi.
Post count: 20688

Hi,

That could be done with CSS code. If you could provide the website where that sharing button is located, I will see how it is made.

Post count: 4

here website http://www.timelobuzz.com
thank you very much

Post count: 20688

It would have been useful if you could mention the website where the large button is present, so I can see how it is made. On the website you provided there is no such button.

However I tried something similar, like this
https://www.screencast.com/t/cu0SOvvY

.td-post-sharing-bottom .td-social-facebook,
.td-post-sharing-visible {
display: block;
}
.td-social-facebook .td-social-but-icon{
width: 50%;
text-align: right;
}
.td-social-facebook .td-social-but-text{
width: 50%;
text-align:left;
}
.td-social-facebook i,
.td-social-facebook {
font-size: 20px;
}

You could modify the code if needed, then enter it in Theme panel->Custom CSS code section.

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