Hi there. Thanks for the excellent questions.s2Member will, by default, apply CSS to the default Login/Registration system for WordPress, allowing you to re-brand this particular section of your site ( and only this particular section ). The tools allowing you to re-brand the default Login/Registration system are found in your Dashboard under:
s2Member -> General Options -> Login/Registration Design.
Now, if you'd like to disable this functionality, you can.Please create this directory and file:/wp-content/mu-plugins/s2-hacks.php
Inside the file, add this code snippet.- Code: Select all
<?php
add_filter ("ws_plugin__s2member_login_header_styles", "__return_false");
?>
@peteratomicIf in previous versions of s2Member you were using this.
- Code: Select all
remove_action("login_head", "ws_plugin__s2member_login_header_styles");
With s2Member v3.5+, please change this to reflect s2Member's new static class method.
- Code: Select all
remove_action("login_head", "c_ws_plugin__s2member_login_customizations::login_header_styles");
@PxO Ink, @thoughton ~ Our sincere apologies for any delays in response time. For anyone having issues getting email through to us ( i.e. not receiving a response within 24-48 hours, please try this contact form ). If you are still unsuccessful, please contact me or Cristián Lávaque directly through the forum.