• Resolved stephenboluwatife

    (@stephenboluwatife)


    How can I increase the size of the balance and I want to remove the back bar in the transaction header how can I remove the bar and balance in the transaction and I want to remove the tab from each other

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    Use CSS code to hide the back button from the transaction page.

    .dashicons-editor-break{
    display: none;
    }

    Also, you can increase the balance size using CSS code.

    .woo-wallet-price{
    font-size: 24px;
    }

    Thread Starter stephenboluwatife

    (@stephenboluwatife)

    thanks it works. how can i remove the entries show on the transaction

    Thread Starter stephenboluwatife

    (@stephenboluwatife)

    The remove of transaction back is okay but the size did not work and how can I remove the thing showing “entries show on the transaction” how and the main balance I want to user not to be able to click on it the “mini balance” please help

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

The topic ‘Size’ is closed to new replies.