Introduction
By default the mobile footer has a Desktop view link that allows visitors to “break out” of the mobile view. This is important for user-experience and is a fallback in situations where the mobile plugin may be detected by a device such as a Tablet which is capable of displaying your normal homepage. If you wish to hide it for any reason, you can do so with Custom CSS.
The Solution
- Click on >
- Click on the Custom CSS tab
- Copy and paste the following style:
.footer-switch{display: none !important;}
4. Click Save Changes
The text inside this area is changed under Footer tab.
> on theTo hide the entire thing, change “footer-switch” to “footer-secondary” in your custom class:
.footer-secondary{display: none !important;}