Title: Position control?
Last modified: August 22, 2016

---

# Position control?

 *  [Kahil](https://wordpress.org/support/users/kahil/)
 * (@kahil)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/position-control/)
 * How can we control where it displays?
 * [https://wordpress.org/plugins/woocommerce-simple-product-badge/](https://wordpress.org/plugins/woocommerce-simple-product-badge/)

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

 *  Plugin Author [pragmaticmates](https://wordpress.org/support/users/pragmaticmates/)
 * (@pragmaticmates)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/position-control/#post-5404237)
 * Hi,
 * there is no option for controlling position of the badge. You can do that only
   by creating your own styles.
 * Cheers
 *  [monkeypepper](https://wordpress.org/support/users/monkeypepper/)
 * (@monkeypepper)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/position-control/#post-5404261)
 * Here is an example of the CSS to position the badge at the top right of the product
   image
 * To add a background color box add a class name to the Badge Class
    For mine I
   used free-shipping-bubble in the Badge Class
 * I added the following css to my theme css file
    This creates a yellow box background
   with white text that is positioned at the top right of the product image
 * .free-shipping-bubble {
    background-color: #FFBA00; border: 1px solid #FF8400;
   padding: 5px; color: #FFFFFF !important; position: absolute; top: 0px; right:
   0px; }

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

The topic ‘Position control?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-simple-product-badge.
   svg)
 * [WooCommerce Simple Product Badge](https://wordpress.org/plugins/woocommerce-simple-product-badge/)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-simple-product-badge/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-simple-product-badge/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-simple-product-badge/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-simple-product-badge/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [monkeypepper](https://wordpress.org/support/users/monkeypepper/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/position-control/#post-5404261)
 * Status: not resolved