Title: Custom design
Last modified: April 13, 2021

---

# Custom design

 *  Resolved [Husein Yuseinov](https://wordpress.org/support/users/webg/)
 * (@webg)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/custom-design-8/)
 * Is there a way to remove parts of the actual website in the PWA?
 * For example, I want to remove the footer section of my website in the PWA.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/custom-design-8/#post-14317727)
 * There is no such option, Pwa itself is designed to get the exact website into
   an application. So you’ll see your PWA the same as it is on your website but 
   there is no option to hide the footer section.
 *  Thread Starter [Husein Yuseinov](https://wordpress.org/support/users/webg/)
 * (@webg)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/custom-design-8/#post-14318028)
 * So I assume that if I hide it for mobile devices it will take effect also on 
   PWA?
    -  This reply was modified 5 years, 1 month ago by [Husein Yuseinov](https://wordpress.org/support/users/webg/).
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [5 years ago](https://wordpress.org/support/topic/custom-design-8/#post-14326798)
 * You can use the below codes in CSS
 *     ```
       /* Replace "standalone" with "fullscreen" depending on your manifest.json display mode */
       @media (display-mode: standalone) {
         /* All installed PWAs */
       }
   
       @media (max-width: 576px) and (display-mode: standalone) {
         /* Installed PWAs on mobile devices */
   
         @supports (-webkit-overflow-scrolling: touch) {
           /* Installed PWAs on mobile Apple devices */
         }
         @supports not (-webkit-overflow-scrolling: touch) {
           /* Installed PWAs on mobile non-Apple devices */
         }
       }
       ```
   
 * hide any element via these media queries and let us know back.
 *  Thread Starter [Husein Yuseinov](https://wordpress.org/support/users/webg/)
 * (@webg)
 * [5 years ago](https://wordpress.org/support/topic/custom-design-8/#post-14327176)
 * Thanks that’s good enough for me!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Custom design’ is closed to new replies.

 * ![](https://ps.w.org/pwa-for-wp/assets/icon-256x256.png?rev=1939317)
 * [PWA for WP - Progressive Web Apps Made Simple](https://wordpress.org/plugins/pwa-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pwa-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pwa-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/pwa-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pwa-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pwa-for-wp/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Husein Yuseinov](https://wordpress.org/support/users/webg/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/custom-design-8/#post-14327176)
 * Status: resolved