Dequeing other style sheets
-
One option that might be great is the ability to dequeue other stylesheets. Since I am using a bootstrap theme (Sage Theme), it messes with your templates style sheet. As a quick hack, I added the following to class-coming-soon-creator.php in the constructor.
add_action(‘wp_enqueue_scripts’, function(){ wp_dequeue_style(‘sage_css’); }, 200);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Dequeing other style sheets’ is closed to new replies.