How to add or modify CSS style in WPCargo Front-end Manager dashboard

If you want to add or override CSS styles in the WPCargo Front-end Manager dashboard, follow these steps:

  1. Go to your WordPress Admin Panel.

  2. Navigate to Appearance → Customize.

  3. Open the Additional CSS section.

  4. Add your custom CSS code or override existing styles by pasting your CSS into the content area.

  5. Click Publish to apply the changes.

This allows you to easily customize the look and feel of the WPCargo Front-end Manager dashboard without modifying core plugin files.

Example: Custom CSS for WPCargo Front-end Manager Dashboard

To hide certain section in the  dashboard, you can paste snippets like these in the Additional CSS section:

.wpcargo-dashboard #ast-scroll-top{
display: none;
}