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 #3091617
Share Bar
Closed

Comments

  • discussingfilm started the conversation

    Hello, I am interested in customizing the share bar with a few options. 

    1. How do I remove the like/heart option as my readers don't really click on it. 

    2. How do I add the words "Share" on the left side before the icons?

    3. Is it possible to add or switch out some of the sharing buttons for ones that aren't available on the customizer, such as adding an option for Reddit or Tumblr?

  •  2,489
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → General → Like Posts & Social Sharing: turn on the "Hide Like Post" option,

    2. The share text doesn't show in the share box style 1, so you must select another share box style if you want to show the share text.

    3. The current version of Soledad doesn't support adding a custom social share URL. We've already support Reddit and Tumblr social share, you need to go to Appearance → Customize → General → Like Posts & Social Sharing then turn on/off the social share you want to show/hide.

    Regards,
    PenciDesign.


  • discussingfilm replied

    Is it not possible to add the share text to style 1 using custom CSS?

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .tags-share-box .single-comment-o::before {
      content: 'Share';
      display: inline-block;
      margin: 0 15px 0 0;
      color: #606060;
      font-weight: bolder;
    }

    Regards,
    PenciDesign.