Home Forums WoodMart support forum Hide description field at payment options on checkout page

Hide description field at payment options on checkout page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #276526

    royberrev
    Participant

    Hi,

    I would like to hide the description field which appears under a selected payment method in the checkout field. Since the description isn’t being used at this time.

    Kind regards,

    Roy

    Attachments:
    You must be logged in to view attached files.
    #276546

    Hello,

    I saw the screenshot you attached.

    You can disable “Terms and condition” in WooCommerce -> Settings -> Checkout. See an example

    https://i.gyazo.com/71e1086ed0a91fc86431aea6c62f935b.gif

    Regards.
    Xtemos Studios

    #276555

    royberrev
    Participant

    No I don’t mean the temrs and conditionts, I mean the white box which appears under every payment option, see the attached image for refference.

    Attachments:
    You must be logged in to view attached files.
    #276763

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .payment_methods .payment_box {
        display: none;
    }

    Best Regards.

    #277276

    royberrev
    Participant

    Hi,

    The description box is still being displayed

    #277428

    Hello,

    Please Replace the previous Custom CSS with the following:

    .payment_methods .payment_box {
        display: none !important;
    }

    Then clear cache and check back.

    Regards.
    Xtemos Studios.

    #282850

    royberrev
    Participant

    Hi,

    Thank you the code with the !important seems to work.

    #283038

    Most Welcome 🙂

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Hide description field at payment options on checkout page’ is closed to new replies.