Styles affecting theme
-
This plugin adds the store_style.css file and this file has rules like:
h2 {line-height:normal!important;font-size:22px!important;} h3 {line-height:normal!important; font-size:18px!important;} img {border:0; -webkit-box-shadow:none;-moz-box-shadow:none; box-shadow:none!important;} input[type=text]:focus, textarea:focus { border-color: rgba(0, 0, 0, .4); background: #fff; border:1px solid #5199dd!important; }
The problem is that those rules override every H2s, H3s, IMGs and other elements from the current theme. You should use more specific CSS rules to avoid that problem. I can help fixing or refactoring if help is needed.
- The topic ‘Styles affecting theme’ is closed to new replies.