HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Remove Sign In, Register links for embedded
thenoodling
New
Hello,
I have Vanilla embedded in my Wordpress site using jsConnect. Since login/logout is handled through Wordpress (working great), I'm hoping to remove the Sign In, Sign Out Register buttons that still appear in the embedded vanilla instance. I've highlighted what I'm referring to in the attached image here.
Thanks for any help you con provide!
0
Comments
The easiest way and of course also a dirty hack is to add this to the bottom of your custom.css:
.Box.GuestBox, .SignInLink {display: none;}
Thanks! that did the (dirty) trick!