Hide Mobile Information bar on One Page

To hide mobile information bar on One Page, you can follow these.
#1. Use Squarespace ID Finder to find ID of Page.
In my example, we will have: #collection-6673f2e18432c25013aee99f
image

#2. Use this code to Custom CSS box

 #collection-6673f2e18432c25013aee99f .sqs-mobile-info-bar { 
  display: none;
}

image