I styled the “like” button similar to the “share this” button, but of course it affected the styling of the love count on the .masonry items .blog-item .comments-likes on posts page.
Any suggestions to make the new “like” button similar to “share this” button (with same hover effects) and not have it affect styling of .blog-item .comments-likes on posts page?
——————————-
.love-it-wrapper {
border-radius: 2px!important;
padding: 12px 18px 11px!important;
position: relative;
z-index: 3;
background-color: #fe504f!important;
color: #ffffff!important;
}
i.ss-heart {
color: white;
}
.comments-likes .loved span.love-count {
color: white;
}
.blog-item .comments-likes .love-it-wrapper {
background: none !important;
Attachments:
You must be
logged in to view attached files.