Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

CSS

Information/How to
UserPost

7:42 am
July 29, 2010


Steven

1

Hi Steph,

Thanks for the plugin.

I am trying to prevent formidable from adding extra code to my header in WordPress to keep things tidy.

I have copied all the CSS styles that Formidable uses to my normal theme's stylesheet… however I haven't had any luck in finding the hook you have used to insert the stylesheet into the header in order to disable it using the remove_action('wp_head' function.

Please help!

Thank you,

SCoolCool

8:13 am
July 29, 2010


Steph

2

This one actually has an easy answer…. Go to "Formidable" -> "Settings" and check the box to "Exclude the Formidable stylesheet from ALL forms". Just keep in mind that the Formidable css uses a class that is only present on individual forms with the "Use Formidable Styling" box checked.

Information/How to