[Plugin: Theme My Login] Solved: Style conflicts with S2Member
-
Took me a while searching, but here’s how to fix the style conflicts with S2Member. S2Member applies its own styles to the new logout page created by Theme My Login.
Open your functions.php file from your theme. Add this line:
add_filter("ws_plugin__s2member_login_header_styles", "__return_false");
This stops S2 from applying style information. So if your background disappeared or your font got changed, add that line.
??
- The topic ‘[Plugin: Theme My Login] Solved: Style conflicts with S2Member’ is closed to new replies.