• Resolved uskutech

    (@uskutech)


    Hi!

    How can I remove a title in the checkout field? It doesn’t have a class and I want to use css to hide it. Help me hide the “Delivery: Naebakes” https://snipboard.io/YRfrBd.jpg

    Because when a customer adds more than one vendor into the same cart, only the latest vendor’s store shows there which is confusing. Do you have another suggestion?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @uskutech,
    I believe this is the shipping section of the checkout page. On our Dokan Lite, only one shipping shows up as the shipping is handled by the admin. So, in Dokan lite if you purchase from multiple vendors then the shipping option will be shown only one.

    If you are referring to any feature that is not included in Dokan lite then kindly contact our support channel as we are not authorized to discuss any feature that is not included in Dokan lite here as per the forum’s rule.

    Thanks!

    Thread Starter uskutech

    (@uskutech)

    Hi Jahidul,

    Thanks for responding. Is there a way to hide it with css? I couldn’t find out what the class is

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @uskutech
    The whole string shown there is under woocommerce-shipping-totals.shipping this class. You can try the below-mentioned CSS on your wp-admin panel’s Appearance > Customize > additional CSS.

    tr.woocommerce-shipping-totals.shipping th{
        display: none !important;
    }

    Thanks!

    Hello. I have tried this code with the Dokan Pro plugin but it’s not working. Perhaps you could share some other ways to hide the Vendor’s store name from the shipping section in the cart? Thank you in advance

    Thread Starter uskutech

    (@uskutech)

    @danielvillacism give this a try
    .woocommerce-shipping-totals.shipping th {
    visibility: hidden;
    }

    Hi, thanks but it doesn’t work for me. Please check the attached image to understand my requirement:https://imgur.com/w0Hqg3m

    Thread Starter uskutech

    (@uskutech)

    @danielvillacism

    Would be helpful if you could add the link to your website

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove checkout field title’ is closed to new replies.