Page 1 of 1

Pro form css

PostPosted: September 14th, 2010, 3:16 pm
by kenduret
I'm trying to customize the css for the generated pro forms but adding my styles to my childtheme css is not over-riding the s2member-pro.css.

Is there something I'm missing?

Re: Pro form css

PostPosted: September 15th, 2010, 1:14 am
by kenduret
Answering my own question from the 'readme':
How can I prevent s2Member Pro from loading it's default CSS?

You can place this into the functions.php file for your WordPress® theme.

Code: Select all
remove_action ("ws_plugin__s2member_during_css", "ws_plugin__s2member_pro_css");