Hi,
I tried different choices to achieve it (javascript, css, etc).
The unique way I got it in WP was using iframe. No other way was succesfull for me.
Thanks for your answers!
Regards,
Guilherme
Hi Joy and all!
Thank you for the answer.
I got the code on that page as follow:
add_action( ‘wp_enqueue_scripts’, ‘mywptheme_register_styles’ );
function mywptheme_register_styles() {
wp_enqueue_style( ‘mywptheme’, get_stylesheet_uri() );
}
If I could specify the DIV where no CSS would applied, the problem would be solved.
Any idea on how to specify the div, using that code (above) to disable global CSS with PHP on functions.php?
Unfortunately in PHP I don´t know how to be so specific in a conditional case.
Best regards,
Guilherme