Title: Error in Styles
Last modified: August 30, 2016

---

# Error in Styles

 *  Resolved [WaKi-Soft](https://wordpress.org/support/users/waki-soft/)
 * (@waki-soft)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-in-styles/)
 * Hi I have found an error in the css styles:
 *     ```
       div.affiliate-button a span {
       			background:url("http://roller-skates-guide.co.uk/wp-content/plugins/wp-product-review"/images/cart-icon.png") no-repeat left center;
       		}
       ```
   
 * the ” bevore /images/cart-icon.png have to be removed.
 * [https://wordpress.org/plugins/wp-product-review/](https://wordpress.org/plugins/wp-product-review/)

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

 *  [gouravwptech](https://wordpress.org/support/users/gouravwptech/)
 * (@gouravwptech)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-in-styles/#post-6848551)
 * Hello [@waki](https://wordpress.org/support/users/waki/),
 * Sorry but i am not getting your point. What and where you have found error.
    
   If you want to remove code you have shared. Then go to plugins\wp-product-review\
   incwppr-main.php find and remove code.
 * Regards
    Gourav.
 *  Thread Starter [WaKi-Soft](https://wordpress.org/support/users/waki-soft/)
 * (@waki-soft)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-in-styles/#post-6848618)
 * hi thanks for your reply. I have found the line.
 * The error is in Line 427. (the ” after end php tag)
 *     ```
       div.affiliate-button a span {
       			background:url("<?php  echo WPPR_URL ?>"/images/cart-icon.png") no-repeat left center;
       		}
       ```
   
 * The code in line 430 is correct.
 *     ```
       div.affiliate-button a:hover span{
       			background:url("<?php  echo WPPR_URL; ?>/images/cart-icon-hover.png") no-repeat left center;
       		}
       ```
   
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/error-in-styles/#post-6848631)
 * Hey there,
 * Thanks for pointing this out, it will be fixed in the upcoming version.
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/error-in-styles/#post-6848636)
 * We just released a new version and this is fixed 🙂

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

The topic ‘Error in Styles’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-product-review_7b97d5.svg)
 * [WP Product Review Lite](https://wordpress.org/plugins/wp-product-review/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-product-review/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-product-review/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-product-review/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-product-review/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-product-review/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [WPShout](https://wordpress.org/support/users/codeinwp/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/error-in-styles/#post-6848636)
 * Status: resolved