Changeset 1092242
- Timestamp:
- 02/17/2015 08:18:37 AM (11 years ago)
- Location:
- woocommerce-quantity-increment
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-quantity-increment/tags/1.0.0/readme.txt
r1060298 r1092242 35 35 == Frequently Asked Questions == 36 36 37 = I don’t want to use the plugin styles as it looks bad with my theme = 38 39 You can add the following to your `functions.php` file: 40 41 ` 42 add_action( 'wp_enqueue_scripts', 'wcs_dequeue_quantity' ); 43 function wcs_dequeue_quantity() { 44 wp_dequeue_style( 'wcqi-css' ); 45 } 46 ` 47 48 This will dequeue the plugin’s stylesheet. 37 49 38 50 == Screenshots == -
woocommerce-quantity-increment/trunk/readme.txt
r1060298 r1092242 35 35 == Frequently Asked Questions == 36 36 37 = I don’t want to use the plugin styles as it looks bad with my theme = 38 39 You can add the following to your `functions.php` file: 40 41 ` 42 add_action( 'wp_enqueue_scripts', 'wcs_dequeue_quantity' ); 43 function wcs_dequeue_quantity() { 44 wp_dequeue_style( 'wcqi-css' ); 45 } 46 ` 47 48 This will dequeue the plugin’s stylesheet. 37 49 38 50 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.