Title: Transaction limit
Last modified: April 12, 2022

---

# Transaction limit

 *  Resolved [stephenboluwatife](https://wordpress.org/support/users/stephenboluwatife/)
 * (@stephenboluwatife)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-45/)
 * Please how can I remove the balance logo and change the color of the balance

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

 *  Plugin Author [Subrata Mal](https://wordpress.org/support/users/subratamal/)
 * (@subratamal)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-45/#post-15551254)
 * [@stephenboluwatife](https://wordpress.org/support/users/stephenboluwatife/) 
   Use CSS code
 *     ```
       .woo-wallet-icon-wallet{
           display: none;
       }
       .woo-wallet-menu-contents .woocommerce-Price-amount{
           color: red;
       }
       ```
   
 *  Thread Starter [stephenboluwatife](https://wordpress.org/support/users/stephenboluwatife/)
 * (@stephenboluwatife)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-45/#post-15551474)
 * Thanks it work. But please one more question how can I set it to be 5 transaction
   after 5 transaction there can click next or 2 to see the next page transaction
   but I want the Frist transaction to be 5 only
 *  Plugin Author [Subrata Mal](https://wordpress.org/support/users/subratamal/)
 * (@subratamal)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-45/#post-15551995)
 * [@stephenboluwatife](https://wordpress.org/support/users/stephenboluwatife/) 
   You can limit the transaction using filter `woo_wallet_transactions_count` but
   can’t add a link to the next page.
 *     ```
       add_filter('woo_wallet_transactions_count', 'woo_wallet_transactions_count_callback');
       function woo_wallet_transactions_count_callback(){
           return 5;
       }
       ```
   
 *  Thread Starter [stephenboluwatife](https://wordpress.org/support/users/stephenboluwatife/)
 * (@stephenboluwatife)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-45/#post-15558711)
 * i want to increse the size of this [mini-wallet] this mini wallet how can i increase
   the size
 *  Thread Starter [stephenboluwatife](https://wordpress.org/support/users/stephenboluwatife/)
 * (@stephenboluwatife)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-45/#post-15560327)
 * And please the [mini-wallet] there is a line under the balance please how can
   I remove the line there.

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

The topic ‘Transaction limit’ is closed to new replies.

 * ![](https://ps.w.org/woo-wallet/assets/icon-256x256.png?rev=3360666)
 * [Wallet for WooCommerce](https://wordpress.org/plugins/woo-wallet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-wallet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-wallet/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-wallet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-wallet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-wallet/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [stephenboluwatife](https://wordpress.org/support/users/stephenboluwatife/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/remove-45/#post-15560327)
 * Status: resolved