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 #2828926
social share icons
Closed

Comments

  • mikevanloon started the conversation

    Is it possible to make the social share icons larger? And put a line of text above (share this post).


    Thanks


  •  2,494
    PenciDesign replied

    Hi,

    1. For the Social Share Icons size, please go to Appearance → Customize → Single Posts → Font size, change social icon size at Font Size for Share Box.

    2. Go to Appearance → Customize → Custom CSS, add the custom CSS code below to add the text before share box:

    body.single .post-share .list-posts-share:before {
        content: 'Share this post: ';
        font-weight: bold;
        margin-right: 5px;
    }

    Regards,
    PenciDesign.