• Resolved Karena Kreger

    (@karenalenore)


    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://www.ads-software.com/plugins/zstore-manager-basic/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Overrides Sitewide!’ is closed to new replies.