Store Setup – Hide 'Not Right Now' Button

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Store Setup – Hide 'Not Right Now' Button

Viewing 1 reply thread
  • Author
    Posts
    • #60610
      slipksizz
      Participant

      Hi there forum,

      Is it possible to hide the ‘Not Right Now’ button when they first time setup the store.
      And Make it required to go through the wizard?

      Thanks.

    • #60738
      WCFM Forum
      Keymaster

      Hi,

      Please add this to your site –

      add_action('init', function() {
      	?>
      	<style>
      	.wc-setup .wc-setup-actions .button-large {display:none;}
      	.wc-setup .wc-setup-actions .button-primary {display:inline-block;}
      	</style>
      	<?php
      });

      Thank You

Viewing 1 reply thread
  • The topic ‘Store Setup – Hide 'Not Right Now' Button’ is closed to new replies.