This topic contains 14 replies, has 2 voices, and was last updated by Bryan 5 years, 2 months ago.
-
AuthorPosts
-
How can i remove things from user dashboard? I am trying to remove details that the users will not use but i cant. Tried with .css nothing.
Where can i find the files to edit the dashboard? Basically i need to hide some fields!
Hello
Please send me a screenshot of the fields you want to remove so i can access and help you do it.
Also to be sure, an admin account will help me better.
THanks
This reply has been marked as private.This reply has been marked as private.Hello
The admin details are incorrect.
Please check again.
Thanks
This reply has been marked as private.Hello
I removed these items for you.
1. In admin dashboad: i added the css code to traveler/css/admin/admin.css
2. The code stay in Custom Css code section of theme.
Please check again.
THanks
Hi there,
But i dont see them removed?
Hello
You have to login as a partner to see the result.
Please back up the admin.css file or save the custom css code in it.
Thanks
This reply has been marked as private.Hello
It is not possible to do that.
Each service has its own options. It can not be combined.
Thank for your understanding.
This reply has been marked as private.Hello
This code will remove that 2 options from partner dashboard:
.container.bg-partner-new ul.page-sidebar-menu.st_menu_new > li:nth-child(8) ul.sub-menu.item li:nth-child(5), .container.bg-partner-new ul.page-sidebar-menu.st_menu_new > li:nth-child(8) ul.sub-menu.item li:nth-child(6) { display: none; }
Thanks
This reply has been marked as private.You can try this css code to remove these 2 tabs:
.container.bg-partner-new .page-sidebar .page-sidebar-menu > li:nth-child(8) > ul.sub-menu > li:nth-child(3),.container.bg-partner-new .page-sidebar .page-sidebar-menu > li:nth-child(8) > ul.sub-menu > li:nth-child(4) {display:none;}
Thanks
-
AuthorPosts
The forum ‘Traveler’ is closed to new topics and replies.