How to hide the status on the payment details page?

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking How to hide the status on the payment details page?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1096483
    liz jao
    Participant

    Hi, anyone knows how to hide the status on the payment details page?

    #1098268
    Andre Flores
    Moderator

    Hello Liz,

    You may try hiding it by adding the following code under Appearance ->Customize ->Additional CSS:

    .payment-number:last-child {
        display: none;
    }

    Regards,
    Andre

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.