Prevent css from loading with manual placement
-
I’m using my own css to style AddToAny buttons in a custom theme and have unchecked the ‘Use default css’ field. For posts, I’m letting the plugin settings place the buttons and all is fine. But I have a landing page template where I’m adding the buttons manually, and the plugin’s css is being added to the head of the page. How can I prevent the plugin from adding a style tag?
I’m using this function in my template:
<?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT( array( 'use_current_page' => true ) ); } ?> <?php endif;?>
Thanks – and Happy Friday!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Prevent css from loading with manual placement’ is closed to new replies.