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:
Is it possible to make the social share icons larger? And put a line of text above (share this post).
Thanks
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.