• Hi,

    first it is cool plugin, thanks you!
    I have one problem. I have Billing and shipping address next to each other, so if I use this plugin, checkout page design get broken.
    I thought about this and I want to ask you: Is there possibility to hide shipping adress by “opacity: 0.1” instead of “display: none”
    Or better solution: remove only input boxes and isntead of them to display information under “Ship to a different address” like: “You have to choose different shipping method to use this feature”

    Thanks you

    https://www.ads-software.com/plugins/woocommerce-hide-checkout-shipping-address/

Viewing 1 replies (of 1 total)
  • Plugin Author ronald_edelschaap

    (@ronald_edelschaap)

    Sorry for not coming back to you sooner, didn’t receive any notification of your ticket.

    The fields are hidden with jQuery, so for the best flexibility no. However, in the most recent update I’ve added a class to the shipping fields container when the fields are hidden. When they are hidden, the class shipping-fields-hidden will be added to the container (the one with class woocommerce-shipping-fields-cnt). You could overwrite this with CSS, perhaps with something like this:

    .woocommerce-shipping-fields-cnt.shipping-fields-hidden {
    	display: block !important;
    	visibility: hidden;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Opacity instead of dispay:none ?’ is closed to new replies.