Permanent override of s2m css:
I found in the documentation that you can prevent s2m from loading its css, by adding this to your theme's functions.php:
- Code:
remove_action ("ws_plugin__s2member_during_css", "ws_plugin__s2member_pro_css");
I then copied that css file, and created my own version in my theme's css folder, so i can use the s2m css as a base, but then customize, and it won't be lost if s2m is updated.
The only issue i had is that the s2m css has some php in it for the paths to images, which i couldn't quite understand how it was working, so i just removed it and used a hard path.Statistics: Posted by toddz88 — November 24th, 2010, 1:01 am
]]>