Title: CSS rule is too generic
Last modified: August 30, 2016

---

# CSS rule is too generic

 *  Resolved [stuardostr](https://wordpress.org/support/users/stuardostr/)
 * (@stuardostr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/)
 * spider-faq/elements/style.css line 165 says:
 *     ```
       input[type="submit"]{
       padding:0 !important;
       -moz-box-shadow: none !important;
       -webkit-box-shadow: none !important;
       background-image:none !important;
       }
       ```
   
 * The rule is too generic as it applies to ALL submit buttons, not only for the
   ones for spider-faq form. The background-image: none !important is breaking my
   theme style.
 * [https://wordpress.org/plugins/spider-faq/](https://wordpress.org/plugins/spider-faq/)

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

 *  [gfbhwo](https://wordpress.org/support/users/gfbhwo/)
 * (@gfbhwo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/#post-6592217)
 * Thank you! I reported this problem to both Jetpack (as a submit button on a Jetpack
   form was not showing up properly) and Spider FAQ. The Jetpack folks pointed to
   the Spider FAQ as the culprit but I haven’t the time to plough through the CSS.
   THis is prety poor CSS programming however, particularly for something like WordPress
   where there are likely to be so many CSS files.
 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/#post-6592249)
 * Dear users,
 * You can add the following before the stated code to make it apply only to FAQ
   product:
 * .faq_content
 *  Thread Starter [stuardostr](https://wordpress.org/support/users/stuardostr/)
 * (@stuardostr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/#post-6592252)
 * Where do you report bugs?
 *  [gfbhwo](https://wordpress.org/support/users/gfbhwo/)
 * (@gfbhwo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/#post-6592289)
 * > You can add the following before the stated code to make it apply only to FAQ
   > product:
   > .faq_content
 * Are you going to put that in an update?
 *  Thread Starter [stuardostr](https://wordpress.org/support/users/stuardostr/)
 * (@stuardostr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/#post-6592291)
 * gfbhwo’s question is a valid question because if we modify the plugin’s CSS file,
   our changes will be lost in the next plugin update.
 * Is there a way to submit a bugfix? like in github’s pull request?
 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/#post-6592302)
 * Dear stuardostr,
 * We will include it within our upcoming update. You can in addition if other bugs
   found write us to support[at]web-dorado.com, we will forward it to our developer
   and resolve it within an update. Thank you.
 *  Thread Starter [stuardostr](https://wordpress.org/support/users/stuardostr/)
 * (@stuardostr)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/#post-6592431)
 * It’s been a month since this problem was reported and no new version has been
   released. Please advice.
 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/#post-6592432)
 * Dear stuardostr,
 * The version is in testing process. It will be released in less than a week. Thank
   you and sorry for the inconvenience you have been facing meanwhile.

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

The topic ‘CSS rule is too generic’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/spider-faq.svg)
 * [SpiderFAQ](https://wordpress.org/plugins/spider-faq/)
 * [Support Threads](https://wordpress.org/support/plugin/spider-faq/)
 * [Active Topics](https://wordpress.org/support/plugin/spider-faq/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/spider-faq/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/spider-faq/reviews/)

## Tags

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

 * 8 replies
 * 3 participants
 * Last reply from: [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/css-rule-is-too-generic/#post-6592432)
 * Status: resolved