Hi Team,
I design 5 screens including Login Screen also.
I designed Bottom Bar with 4 icons. That bottom bar default to add all screens.
My Question is:
--> How to hide that bottom bar in Login Screen only.
* Version 11.5.43
* Bulid 1969
* In Mobile Application.
Prince Raj wrote:
Hi Prince,
As per my understanding, the bottom bar element is part of web block not of the page.
the layout is consist of placeholders so what I would suggest is remove the bottom bar item web block from that placeholder will sove your problem.
Regards,
Pankaj
are you design your login page or using outsystem default. but i think outsytem default login page not taking bottom bar anyway you can use this way.
Add a class on this bottom bar and login page to wite custom css for hide this.
like -
.classname { display:none !important;}
Hope this will Help you.
Kind Regard
Rahul Sahu