Title: Styles affecting theme
Last modified: September 1, 2016

---

# Styles affecting theme

 *  [jsalinasd](https://wordpress.org/support/users/jsalinasd/)
 * (@jsalinasd)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/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.
 * [https://wordpress.org/plugins/gwebpro-store-locator/](https://wordpress.org/plugins/gwebpro-store-locator/)

The topic ‘Styles affecting theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gwebpro-store-locator_c2bfac.svg)
 * [G Web Pro Store Locator](https://wordpress.org/plugins/gwebpro-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwebpro-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwebpro-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/gwebpro-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwebpro-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwebpro-store-locator/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [jsalinasd](https://wordpress.org/support/users/jsalinasd/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/styles-affecting-theme/)
 * Status: not resolved