WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / FAQ / How to remove recurring option with css from user dashboard

How to remove recurring option with css from user dashboard

3028 views 0

How to Hide the Recurring Payment Option From the User Dashboard

You can hide the recurring payment option from the user dashboard package selection area by using custom CSS.

This is useful if you do not want users to see or select the recurring option when choosing a membership package from their dashboard.

Custom CSS

Add the following CSS in Theme Options > Design > Custom CSS, in Appearance > Customize > Additional CSS, or directly in the style.css file from your child theme:

#pack_recuring {
  display: none !important;
}

[for="pack_recurring"] {
  display: none !important;
}

[id="pack_recurring"] {
  display: none !important;
}

Important Note

This CSS hides the recurring option from the user dashboard interface. It does not change the payment gateway settings or membership package logic.

If you do not want to use recurring payments at all, make sure your membership and payment settings are also configured correctly in the theme options and in your payment processor account.

Clear Cache

After adding the CSS, clear your website cache, server cache, CDN cache if used, and browser cache.

If WPResidence theme cache is enabled, clear the theme cache as well to see the change immediately.

Related Help Article


How to add custom CSS

FAQ

Related Articles

  • FAQ: Can I create private off-market listings?
  • Why does the homepage map show fewer properties than expected?
  • FAQ – How can I remove the gray or gradient background between images on Property Card Type 5?
  • How can I make the Property Card V8 contact buttons bigger or more visible?

Help Categories

  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 39Elementor Shortcodes Built-In
  • 53FAQ
  • 15Footer
  • 5Getting Started
  • 37Header
  • 2IDX & MLSImport
  • 6Installation & Setup
  • 24Installation FAQ
  • 23Maps & Location Settings
  • 21Multi-Language - Third Party Plugins
  • 6Other Third party Plugins
  • 21Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 37Property Pages & Layouts
  • 32Search & Filtering
  • 162Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 7Technical: Child Theme
  • 86Theme Options & Global Settings
  • 7Translations & Languages
  • 16WPBakery Shortcodes
  • 50WPEstate / WPResidence Translate Plugin
  • 51WPResidence / WPEstate CRM
  • 50WPResidence 5.0 Documentation
  • 9WPResidence Elementor Studio

Join Us On

Powered by WP Estate - All Rights Reserved
  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API