Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Requests and Feedback’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
I want to hide the like icon in Albums Stripes.PLS tell me
Add code below to the Custom CSS field:
.gmStripes_badges,
.gmStripes_button_like,
.mfp-likes {
display: none !important;
}