Disable Registration Link – temporary fix
-
Currently the disable registration does not seem to function when setting the preference for such in the widget.
Until an update to fix comes along, I have removed the link by using display:none in css. Remember that this is a link, so the css must reflect that. I covered the bases by placing these styles in my custom style sheet and it works for now:
.lwa-links-register a { display: none;}
.lwa-links-register-inline a { display: none;}
.lwa-links-modal a { display: none;}
If anyone else has a better solution, or more accurate css, please let me know. Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Disable Registration Link – temporary fix’ is closed to new replies.