Site logo

Archived topic

Elementor on Checkout Page Layout Issue

17 replies · Started by GeneratePressUser on November 23, 2021

Viewing posts 16–18 of 18

Hello,

Just to confirm if I want to use it on a page name About, I use it like this:

add_action( 'wp_enqueue_scripts', function() {
if ( is_page( array('About') ) ){
wp_dequeue_style( 'generate-woocommerce' );
wp_dequeue_style( 'generate-woocommerce-mobile' );
}
}, 101 );

what does that number 101 in end do? and can I use this via Elements Hook option? or need to use this via only Code Snippets plugin?

Hello,

Ok I used that code and it seems to have solved the content area part but the header and all have been messed up, pls see the images in private box.

This archived topic is closed to new replies.