Replies: 0
Hello, somewere between version 1.9.23 and 1.12.9
// Remove happyforms styling
add_filter('happyforms_enqueue_style', 'render_happyforms_styles', 10);
function render_happyforms_styles()
{
return false;
}
stopped working.. now all the forms are alterd and ugly. and unwanted styles are linked. Any chance to bring that back? dont wont extra styles and extra work to slash them