Hi @breecrowder,
The follow link is itself created using JavaScript and there isn’t a way for you to replace the button with your own image.
You could, however, style it a little with some custom CSS. The following would change its background colour to #d54e21 (the shade of orange recommended in the Logo and Graphics section of ww.wp.xz.cn):
.follow-button a {
background: #d54e21;
}
Hope that’s helpful!
Amazing, Siobhan. Thank you!
Actually, that seems not to have worked. Use same link as above.
Hi @breecrowder,
Apologies for that mistake on my part! The CSS worked for me in my browser’s inspector and so I assumed it would work when added to your site’s custom CSS.
I dug in a little deeper and found that it is not possible to style elements within an iFrame using custom CSS, which means it can’t be used to style the follow button on your site.
As an alternative, you could consider searching the plugin repository for a follow button that allows more customisation options.
I’m sorry I didn’t have the answer you were after here!