Hey there myrafletcher,
How are you doing today?
This is a part of the following shortcode which is placed in your “Protected Content” page:
[ms-protection-message]
I’ve tested the link on my end and it was pointing to my Membership 2 registration page.
You could remove it with some custom CSS if you want. To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.ms-membership-form-wrapper > a {
display: none;
}
If the code doesn’t work can you please link to one of your protected pages so I can take a look?
Best regards,
Bojan
burmifxtrading.com is the website the protected pages are under members, BFT Club and Online Video Course, I just want to remove that Register button. I tried your suggestion and unfortunately it did not work.
Hey again,
If this is what you’re trying to remove http://screencast.com/t/cJuFzRSHo2 then please try replacing the code above with this one:
.ms-protected-content h3 a {
display: none;
}
Hope this helps 🙂
Cheers,
Bojan
That has it thank you so much for your help! It is much appreciated!