Title: CSS Overrides Sitewide!
Last modified: August 30, 2016

---

# CSS Overrides Sitewide!

 *  Resolved [Karena Kreger](https://wordpress.org/support/users/karenalenore/)
 * (@karenalenore)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/css-overrides-sitewide/)
 * The stylesheet for the plugin (pagestyle.css) is applying styles to sitewide 
   selectors and not restricting to the plugin’s output. Below is the offending 
   section.
 * From what I can see the styles SHOULD BE .z_content h3 {…} instead of just h3{…}.
   This is screwing with our theme’s styles on pages that do not even use the store.
   We have manually changed the pagestyle.css file for now but your next update 
   will of course overwrite our changes. I think this is a bug and I suggest it 
   be fixed in the next release.
 * `
    h3 { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #
   444; color: #000; line-height: 10px; }
 *  p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #777;
 *  line-height: 22px;
    font-size: 14px; }
 *  /* Used to stop product grids from floating to the left (at the end of the grid)*/
   .
   clearMe { clear:both; margin:0px; padding:0px; } /* Height of clearMe DIV */ .
   short { height:10px; } /* Fix for Mozilla browsers for floating elements...best
   not touch this! */ .clearfix:after { content: "."; display: block; height: 0;
   clear: both; visibility: hidden; } .clearfix {display: inline-block;}
 *  /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;} .clearfix {display:
   block;} /* End hide from IE-mac */
 * [https://wordpress.org/plugins/zstore-manager-basic/](https://wordpress.org/plugins/zstore-manager-basic/)

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

 *  Plugin Author [Ilene Johnson](https://wordpress.org/support/users/ilenejohnson/)
 * (@ilenejohnson)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/css-overrides-sitewide/#post-6222364)
 * OK. Wow. I will look into this ASAP.
 *  Plugin Author [Ilene Johnson](https://wordpress.org/support/users/ilenejohnson/)
 * (@ilenejohnson)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/css-overrides-sitewide/#post-6222425)
 * should be fixed in 2.1
 *  Thread Starter [Karena Kreger](https://wordpress.org/support/users/karenalenore/)
 * (@karenalenore)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/css-overrides-sitewide/#post-6222426)
 * Awesome! We’ll give it a try.

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

The topic ‘CSS Overrides Sitewide!’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/zstore-manager-basic.svg)
 * [zStore Manager Basic](https://wordpress.org/plugins/zstore-manager-basic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zstore-manager-basic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zstore-manager-basic/)
 * [Active Topics](https://wordpress.org/support/plugin/zstore-manager-basic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zstore-manager-basic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zstore-manager-basic/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)

 * 3 replies
 * 2 participants
 * Last reply from: [Karena Kreger](https://wordpress.org/support/users/karenalenore/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/css-overrides-sitewide/#post-6222426)
 * Status: resolved