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?
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?
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
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;}