Title: Bar Remove
Last modified: April 24, 2018

---

# Bar Remove

 *  Resolved [Charbel](https://wordpress.org/support/users/charbel81/)
 * (@charbel81)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/bar-remove/)
 * Hi friends How can I remove this bar at the bottom of the page. See picture.
 * Pic: [http://www.bilder-upload.eu/upload/41b001-1524563712.jpg](http://www.bilder-upload.eu/upload/41b001-1524563712.jpg)
 * Regards Charbel

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

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/bar-remove/#post-10212995)
 * Hello Charbel,
 * Please share the site url so we can provide you custom css as per the need.
 * Kind regards,
 * Manoj
 *  Thread Starter [Charbel](https://wordpress.org/support/users/charbel81/)
 * (@charbel81)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/bar-remove/#post-10213040)
 * Oh sorry
    mediadealz.de
 * Please Help. Thanks for the support.
 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/bar-remove/#post-10213104)
 * Hello Cahrbel,
 * Please apply the below given custom css in your style file-
 *     ```
       .storefront-handheld-footer-bar {
       display: none;
       }
       ```
   
 * I hope the above was helpful.
 * Kind regards,
 * Manoj
 *  Thread Starter [Charbel](https://wordpress.org/support/users/charbel81/)
 * (@charbel81)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/bar-remove/#post-10213240)
 * Thank you very much.
 * Now one more thing. How do I get the ad out at the top right. See picture: [http://www.bilder-upload.eu/upload/3873cc-1524571118.jpg](http://www.bilder-upload.eu/upload/3873cc-1524571118.jpg)
 * Regards Charbel
 *  [Joel Williams](https://wordpress.org/support/users/joelwills/)
 * (@joelwills)
 * Automattic Happiness Engineer
 * [8 years, 1 month ago](https://wordpress.org/support/topic/bar-remove/#post-10222597)
 * You can do this using a function:
 * [https://gist.github.com/stuartduff/a2c61865d3233a3da8ec24c813999f80](https://gist.github.com/stuartduff/a2c61865d3233a3da8ec24c813999f80)
 * Or CSS:
 *     ```
       ul#site-header-cart {
           display: none;
       }
       ```
   
 * Hope that helps!

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

The topic ‘Bar Remove’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/storefront/4.6.2/screenshot.png)
 * Storefront
 * [Support Threads](https://wordpress.org/support/theme/storefront/)
 * [Active Topics](https://wordpress.org/support/theme/storefront/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/storefront/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/storefront/reviews/)

## Tags

 * [bar](https://wordpress.org/support/topic-tag/bar/)

 * 5 replies
 * 3 participants
 * Last reply from: [Joel Williams](https://wordpress.org/support/users/joelwills/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/bar-remove/#post-10222597)
 * Status: resolved