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 #2378097
Print Friendly
Closed

Comments

  • Remmo_B started the conversation

    I am using the "Print Friendly" plug in in order to create a print friendly versionĀ of my blog posts.

    • Is there a way to move the Print Friendly button next to the social share icons?
    • How to I write "share this article" to the left of the social share icons?
    • Is there a native way to create a printer friendly version of blog posts or am I stuck with using plugins?
  •  2,699
    PenciDesign replied

    Hi,

    1 & 3/ Unfortunately, currently this theme doesn't support for this feature. The plugin need added the Print by hook after the content and can't be move to next social sharing icons.

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

    .post-share .list-posts-share:before {
        content: "Share This Article:";
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
    }
    


    Best Regards,

    PenciDesign