Title: storefront css
Last modified: September 5, 2019

---

# storefront css

 *  Resolved [shadiadi](https://wordpress.org/support/users/shadiadi/)
 * (@shadiadi)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/storefront-css/)
 * I have never seen so much unnecessary CSS code in a theme yet.
 * I am trying to change the handheld menu button color, is there a simple solution?
 * A simple basic background and color then a before solution would have been much
   easier than the current solution.
 * Surely a simple
 *     ```
       <button class="navbar-toggle">Main Menu</button>
       .menu-toggle{font-size:1.2em;padding:0.5em 0.8em;background:000;color:#fff;}
       .menu-toggle::before{content: "\25BC";margin-top:2px;margin-left:8px;}
       ```
   
 * would have been much easier.
 * This theme is hellish to work with and has more floats than a duckpond.

Viewing 1 replies (of 1 total)

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/storefront-css/#post-11910167)
 * I think this is what you’re looking for?
 *     ```
       .storefront-handheld-footer-bar ul li a {
         background-color: red !important;
       }
       ```
   
 * Change the red value accordingly to whatever you’d like.

Viewing 1 replies (of 1 total)

The topic ‘storefront css’ 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

 * [handheld menu](https://wordpress.org/support/topic-tag/handheld-menu/)
 * [menu-toggle](https://wordpress.org/support/topic-tag/menu-toggle/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jarret](https://wordpress.org/support/users/jarretc/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/storefront-css/#post-11910167)
 * Status: resolved