@stephenboluwatife Use CSS code
.woo-wallet-icon-wallet{
display: none;
}
.woo-wallet-menu-contents .woocommerce-Price-amount{
color: red;
}
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
@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;
}
i want to increse the size of this [mini-wallet] this mini wallet how can i increase the size
And please the [mini-wallet] there is a line under the balance please how can I remove the line there.