Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1276079

    warhost
    Participant

    Hey,

    so I enabled in Woocommerce that Customers can enter a shipping address different than the billing address.
    However, these 2 forms are just right after each other without a clear difference between them, right now it is
    difficult for the customer to see whats billing and whats shipping address, in fact they don’t understand at all what’s going on, and think they have to enter everything twice because it looks the exact same.

    How can I enable that there is at least a title before the form shows?

    Regards,
    Warhost

    #1276080

    warhost
    Participant
    This reply has been marked as private.
    #1276114

    Lely
    Moderator

    Hi There,

    Please do grant us admin right so we can see your settings.

    #1276176

    warhost
    Participant
    This reply has been marked as private.
    #1276453

    Rad
    Moderator

    Hi there,

    It’s because of this CSS

    .woocommerce-shipping-fields h3 {
        display: none;
    }

    Please remove it 🙂

    Cheers!

    #1277614

    warhost
    Participant

    Yes, thank you very much!

    #1277627

    Prasant Rai
    Moderator

    You are most welcome. 🙂