Comments 1Mannenmedia started the conversationMay 11, 2018 at 8:27amHi Penci, love Soledad, but the share buttons are very minimalistic. Not very inviting to press it, if people can even locate it.Is there a option for bigger buttons? See attachment for example. 2,700PenciDesign repliedMay 11, 2018 at 8:51amHi,If you want to make it bigger, please add more this code to Customize > Custom CSS: .post-share a, .post-share .count-number-like{ font-size: 20px; }Change number 20 to value you want.Best Regards,PenciDesign1 Like 1Mannenmedia repliedMay 15, 2018 at 7:01amThanks for that, it worked. but... the thumbsup-like button is kinda confusing I think, because people think it has to do with Facebook (the FB thumb looks very similar).Can I delete the Thumbsup button and replace is with some text saying 'Share this article' ? (which makes the social buttons better) Thanks! 1Mannenmedia repliedMay 15, 2018 at 7:01amAttachment: 2,700PenciDesign repliedMay 15, 2018 at 7:24amHi,You can do that by add more this code to Customize > Custom CSS: .post-share .penci-post-like, .post-share .count-number-like{ display: none; } body.single .post-share .list-posts-share:before { content: "Share This: "; display: inline-block; line-height: 66px; vertical-align: middle; font-size: 30px; text-transform: uppercase; font-weight: bold; font-family: 'Raleway', sans-serif; } Best Regards,PenciDesign1 Like Sign in to reply ...
Hi Penci,
love Soledad, but the share buttons are very minimalistic. Not very inviting to press it, if people can even locate it.
Is there a option for bigger buttons? See attachment for example.
Hi,
If you want to make it bigger, please add more this code to Customize > Custom CSS:
Change number 20 to value you want.
Best Regards,
PenciDesign
Thanks for that, it worked.
but... the thumbsup-like button is kinda confusing I think, because people think it has to do with Facebook (the FB thumb looks very similar).
Can I delete the Thumbsup button and replace is with some text saying 'Share this article' ? (which makes the social buttons better)
Thanks!
Attachment:
Hi,
You can do that by add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign