313
Views
2
Comments
Solved
How to Hide Bottom Bar in Particular Screen
Question

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.

2018-08-26 20-34-32
Pankaj pant
Solution

Prince Raj wrote:

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.

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


2026-02-26 06-29-24
Rahul
 
MVP

Hi Prince,

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

2018-08-26 20-34-32
Pankaj pant
Solution

Prince Raj wrote:

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.

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


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.