I’ve noticed on some pages that a “share now” button appears. How do I remove this? I have two showing up, for Twitter and Facebook. I want them removed from my entire website.
Also, how do I change the text “2019 All Rights Reserved – John Ray Coaching” at the bottom of all of my pages.
Hi, From the Jetpack section of your blog’s Dashboard, click “Learn More” on the Sharing module. The “Configure” button to the right will change to a “Deactivate” button so you can deactivate the Sharing module. If you cannot make it, you can use this custom css code;
.sharedaddy { display: none; }
Please go to dashboard > appearance > widgets > footer copyright text > text > you can customize the copyright text here.
Thanks