.post-footer .button-love span.love-text { display: none; }
return '<a href="#" class="mfn-love '. $class .'" data-id="'. $post->ID .'"><span class="icons-wrapper"><i class="icon-heart-empty-fa"></i><i class="icon-heart-fa"></i></span><span class="label">'. $output .'</span></a>';
return '<a href="#" class="mfn-love '. $class .'" data-id="'. $post->ID .'"><span class="icons-wrapper"><i class="icon-thumbs-up"></i><i class="icon-thumbs-up"></i></span><span class="label">'. $output .'</span></a>';
.post-footer .button-love .mfn-love i { color: #000 !important; }
Comments