sywy
Forum Replies Created
-
Also, we have disabled and re-enabled custom CSS, which has no impact.
Thanks for the reply Michael.
I worked out a solution using native CSS code.Since PMP posts that exist in a membership level have a CSS class, I was able to target them, and then apply a ‘:before’ selector and ‘content’ rule to add some text and style it. Now I have a label in the bottom right corner of all my members-only posts.
Sharing this as it might help others and keeps your site running fast without extra plugins or addons. Would be great if PMP developed this as a feature, its not much code to implement:
`/* Member Labels on Posts */
article.category-member-only > .post-thumbnail > a:before {
content: “MemberOnly”;
background: <whatever-color>
background: <whatever-linear-gradient>;
color: black !important;
padding: 2px 6px 2px 6px;
font-family: font-family: sans-serif;
font-weight: 500 !important;
font-style: normal;
position: absolute;
bottom: 0px;
left: 0px;
background-color: black;
color: white;
}Hi there, in AUS and getting the same error. Did you end up getting this resolved?