Home Forums WoodMart support forum Hide the estimate option in the shipping field !

Hide the estimate option in the shipping field !

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #91300

    thenightfox91
    Participant

    Hello , can you please hide the word estimate in the shipping area !! It makes my field more smaller and it doesn’t indicate nothing !!! I have made i print screen what i mean ( the words are translated in Serbian )

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

    Hello,

    We can probably hide the whole table row. It would not possible to hide part of the text.

    if it is acceptable, please provide your site admin access.

    Best Regards

    #91313

    thenightfox91
    Participant

    All right just hide it to make it not possible for the clients ( you can make that word white )

    #91342

    Hello,

    You have provided access to CPanel and I need to site admin area. Please provide the same.

    Best Regards

    #91343

    thenightfox91
    Participant

    Hello Elise , here again i write you below the WP-Admin access

    #91356

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global

    .woocommerce-shipping-destination {
        display:none;
    }

    Best Regards

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