If you want to add or override CSS styles in the WPCargo Front-end Manager dashboard, follow these steps:
-
Go to your WordPress Admin Panel.
-
Navigate to Appearance → Customize.
-
Open the Additional CSS section.
-
Add your custom CSS code or override existing styles by pasting your CSS into the content area.
-
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;
}
