How to remove toolbar back and forward buttons

1
Hi, does anyone knows the best way to remove the back and forward buttons from the toolbar. They don't seem to work accurately and customer rather not having them displayed. Is it a case to just use css not to display them or will I need to dwelve into something more sinister to remove them from the app? Thanks, LR.
asked
2 answers
0

Hi,

Just tested that css does the job with "display:none;". This sufice for now, but if anyone knows of a more permanent way of removing those, it could be very useful for future reference. Cheers. LR.

answered
0

This is something what you have to change in the MxClient_toolbar. Your theme refers to this widget and if you want to change the toolbar buttons you need to change this widget.

Otherwise you could do it with css, just as you mentioned.

BTW: see this post about the navigation buttons.

answered