You need a basic knowledge of CSS in order to change the Like Button style. The LikeBtn support does not provide an assistance with the styling of the Like Button for clients' websites for now. Feel free to hire a developer if you need a personal assistance.
For example, if you want the green button:

<style type="text/css">
    #styling_example .lb-like,
    #styling_example .lb-dislike {
        background-color: green;
    }
    #styling_example .likebtn-wrapper * {
        font-family: "Times New Roman", Times, serif;
    }
</style>
<div id="styling_example">
    <!-- LikeBtn.com BEGIN -->
    <span class="likebtn-wrapper" data-lang="en" data-style="gray"></span>
    <script>(function(d,e,s){a=d.createElement(e);m=d.getElementsByTagName(e)[0];a.async=1;a.src=s;m.parentNode.insertBefore(a, m)})(document,"script","//w.likebtn.com/js/w/widget.js");</script>
    <!-- LikeBtn.com END -->
</div>


Didn't find what you need? Visit our FAQ