Title: hide shipping method
Last modified: June 8, 2023

---

# hide shipping method

 *  Resolved [mugatea](https://wordpress.org/support/users/mugatea/)
 * (@mugatea)
 * [3 years ago](https://wordpress.org/support/topic/hide-shipping-method-2/)
 * hi, I’m testing this plugin out and it looks really nice, but I dont need the
   shipping method and trying to hide this as I’m using a takeaway plugin that adds
   the option of pickup or delivery and times so dont need two shipping methods.
   so is it possible to hide shipping method? I tried using css but failed.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Diego Versiani](https://wordpress.org/support/users/diegoversiani/)
 * (@diegoversiani)
 * [3 years ago](https://wordpress.org/support/topic/hide-shipping-method-2/#post-16802720)
 * Hi [@mugatea](https://wordpress.org/support/users/mugatea/),
 * As far as I understood, you simply want to hide the shipping methods section,
   right?
 * If you only have one shipping method available at all times, you might hide the
   shipping methods section, the CSS code below might do it:
 *     ```wp-block-code
       .fc-step__substep[data-substep-id="shipping_method"] {
           display: none !important;
       }
       ```
   
 * If you offer more shipping method options conditionally, you might need to use
   a different approach.
 * Our [Fluid Checkout PRO](https://fluidcheckout.com/pricing/) plugin has a feature
   to hide the _shipping address_ section when a _local pickup shipping method_ 
   is selected, although, that does not seem to be a problem as you described it.
 * I hope this helps already. Let me know whether that solves the problem for you.
 * I’m closing this ticket for now. If you need further assistance related to this
   issue, simply reply to this message to re-open it.
 * Best,
   Diego.

Viewing 1 replies (of 1 total)

The topic ‘hide shipping method’ is closed to new replies.

 * ![](https://ps.w.org/fluid-checkout/assets/icon-256x256.png?rev=3492947)
 * [Fluid Checkout for WooCommerce - Lite](https://wordpress.org/plugins/fluid-checkout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluid-checkout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluid-checkout/)
 * [Active Topics](https://wordpress.org/support/plugin/fluid-checkout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluid-checkout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluid-checkout/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Diego Versiani](https://wordpress.org/support/users/diegoversiani/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/hide-shipping-method-2/#post-16802720)
 * Status: resolved