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

2994 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 – How do I migrate my website to a new hosting provider?
  • Why Add Listing and User Dashboard May Not Be Visible on Mobile
  • Can I add Email, WhatsApp, and Phone to property cards on the Advanced Search Results page?
  • Why are H2 or H3 tags shown as plain text after listing pages?

Help Categories

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

Join Us On

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