I am looking for a way to add/remove the following to the dashboard:
- Add a welcome message and link to account information
link to all free courses so new students can easily signup
remove the footer on the dashboard page only
make the dashboard sections as accordion style
Thanks for your assistance.
1. Yes, this is certainly possibl.e Dashboards are built using Sidebars. Simply add a Dashboard TExt Widget in WP Admin - Appearance - Student Sidebar and add the welcome message and links.
2. Possible. Create a custom Menu with free courses in WP ADmin - Menus and add a menus widget in the Dashboard (Student sidebar).
3. Possible with a small CSS , add this in theme customiser - custom CSS section:
.bp-user.my-account.dashboard footer{display:none;}
4. Go to WP ADmin - Posts - Add New, use the shortcodes icon (v ) to generate an Accordion shortcode. Now use this accordion shortcode in the Dashboard Text Widget in Student Sidebar.
Let me know if the above fixes does not help.