Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1571501
Bigger sharing buttons
Closed

Comments

  •  1
    Mannenmedia started the conversation

    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.

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  •  1
    Mannenmedia replied

    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!

  •  1
    Mannenmedia replied

    Attachment:

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign