Title: css issue
Last modified: August 30, 2016

---

# css issue

 *  Resolved [Purohit R](https://wordpress.org/support/users/purohit-r/)
 * (@purohit-r)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-issue-43/)
 * Thanks for wonderful plugin ..
 * i am currently using shopkeeper theme , i have install the plugin it works as
   i want but there is css issue , your plugin display too much small images, here
   is the scrrenshot [http://prntscr.com/83bdzv](http://prntscr.com/83bdzv) .. can
   you please you please guide me what css changes i need to made to look at good
   as in theme , below is the link of theme i am using [http://shopkeeper.getbowtied.com/shop/accessories/variable-product/](http://shopkeeper.getbowtied.com/shop/accessories/variable-product/)
 * Thanks
 * [https://wordpress.org/plugins/smart-variations-images/](https://wordpress.org/plugins/smart-variations-images/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [RosendoLabs](https://wordpress.org/support/users/drosendo/)
 * (@drosendo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-issue-43/#post-6420527)
 * Hi,
 * You can just deresgister my styles.
 * Go to your theme functions.php add:
 * `wp_deregister_style( 'woo_svicss' );`
 * Tell me how it goes.
 * Thanks
 *  Thread Starter [Purohit R](https://wordpress.org/support/users/purohit-r/)
 * (@purohit-r)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-issue-43/#post-6420553)
 * Thanks David for your quick reply , i have copy and paste your code in
    fuction.
   php (four place top, above register script, after ragister script , and bottom)
   but it didn’t work .. 🙁 will grateful to you if you can suggest some other alternate
   option .
 * Thanks again
 *  Plugin Author [RosendoLabs](https://wordpress.org/support/users/drosendo/)
 * (@drosendo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-issue-43/#post-6420563)
 * Sorry about that,
    Bottom at the bottom of you function.php. Try:
 *     ```
       function my_deregister_woosvicss() {
         wp_deregister_style( 'woo_svicss' );
       }
   
       add_action( 'wp_enqueue_scripts', 'my_deregister_woosvicss', 100 );
       ```
   
 *  Thread Starter [Purohit R](https://wordpress.org/support/users/purohit-r/)
 * (@purohit-r)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-issue-43/#post-6420571)
 * Thanks again for your prompt reply, i have copy paste above code at bottom of
   my funtion.php but it didn’t work , in view source your plugin style sheet is
   not appear but images are still small same as screenshot i have send you earlier..
 *  Plugin Author [RosendoLabs](https://wordpress.org/support/users/drosendo/)
 * (@drosendo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-issue-43/#post-6420572)
 * Have you enbaled “WooCommerce default product image” option in WooCommerce > 
   Configuration > Products Tab > Smart Variations Images) ?
 * _[ redacted ]_
 *  Plugin Author [RosendoLabs](https://wordpress.org/support/users/drosendo/)
 * (@drosendo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-issue-43/#post-6420614)
 * I have commented in the email, but the issue is Theme related, it already changes
   the layout, meaning that my plugin has to have more changes to become more universal,
   but this will be dificult to achieve.
 * Thanks.
 *  Thread Starter [Purohit R](https://wordpress.org/support/users/purohit-r/)
 * (@purohit-r)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-issue-43/#post-6420616)
 * Thanks David for your quick support and valuable time , really appreciate it.
 * Thanks

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘css issue’ is closed to new replies.

 * ![](https://ps.w.org/smart-variations-images/assets/icon-256x256.png?rev=2094600)
 * [Smart Variations Images & Swatches for WooCommerce](https://wordpress.org/plugins/smart-variations-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-variations-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-variations-images/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-variations-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-variations-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-variations-images/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Purohit R](https://wordpress.org/support/users/purohit-r/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/css-issue-43/#post-6420616)
 * Status: resolved