• illuminati3

    (@illuminati3)


    How I can remove the Billing field from the pre-built theme?

    I sell digital goods and actually I don’t need to show it.

    Thank you so much ??

    PS: If I deactivate the plugin, the email’s template will be kept or it will replaced by the standard one?

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

    (@broxton85)

    Hi,

    Im not the developer for this plugin but I wanted to achieve the same thing as you and I accomplished this with Custom CSS If the you add the following code to the ‘Custom CSS’ section of the plugin you should find the ‘Billing’ address has been removed but the ‘Shipping’ will remain.

    —– CSS code —–

    #addresses td:first-of-type {
    display: none;
    }

    .address-td {
    display: table-cell !important;
    }

    If you don’t want either to show then remove ‘:first-of-type’.

    Hope this helps

    Thread Starter illuminati3

    (@illuminati3)

    Worked!!! thank you so so much!

    broxton85

    (@broxton85)

    No problem ??

    hannah

    (@hannahritner)

    Thanks for chiming in, @broxton85! Glad you guys got things working:)

    Hannah

    arvindpr

    (@arvindpr)

    thanks a lot @broxton85 It was helpful for me also. ??

    • This reply was modified 5 years ago by arvindpr.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Billing address from’ is closed to new replies.