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 #1344879
Social Share
Closed

Comments

  • Sammy started the conversation

    Love the theme. Have just updated to the latest version too. I have a few questions p[lease.

    1/ For the social sharing section of a page or post, is it possible to add the option to email?

    2/ Also, for consistency I've noticed that the word 'SHARE' appears before the social icons on pages and portfolios, but not on posts. How can I add it for posts too?

  •  2,699
    PenciDesign replied

    Hi,

    1/ We will consider to add more this feature in the next update version of Soledad.

    2/ Please try add more this code to Customize > Custom CSS to do that:

    body.single-post .list-posts-share:before{content: 'Share:'; display: inline-block; font-size: 12px; text-transform: uppercase; font-weight: bold; margin: 0 0 0 10px;}

    Best Regards,

    PenciDesign

  • Sammy replied

    Thanks, that worked for single posts. I also added the following for latest posts on the homepage. 

    .penci-post-share-box:before {content: 'Share:'; display: inline-block; font-size: 12px; text-transform: uppercase; font-weight: bold;}