hey skip replying tho this, I see you posted the tip to fix it.
I added
add_action( ‘init’, ‘rpwe_remove_style’, 1 );
function rpwe_remove_style() {
wp_dequeue_style( ‘rpwe-style’ );
}
to theme functions and it is fixed. great plugin! keep up the great work