Title: CSS problem for a widget submit button
Last modified: August 30, 2016

---

# CSS problem for a widget submit button

 *  Resolved [jdefghi](https://wordpress.org/support/users/jdefghi/)
 * (@jdefghi)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-problem-for-a-widget-submit-button/)
 * Hi,
 * I’m working on my [new blog](http://joaquimdefghi.fr/) and I’m having a problem
   customizing a submit button of the “subscribe2” plugin (labeled “ABONNEMENT” 
   in french). I first thought it was due to the plugin but when I inspect the code
   with Chrome, it tells me that the background-color is taken from this code section:
 *     ```
       @media screen and (min-width: 59.6875em)
       .widget button, .widget input[type="button"], .widget input[type="reset"],.widget input[type="submit"], .widget_calendar tbody a {
       background-color: #ffffff;
       ```
   
 * It seems rather strange because the dimension of the screen I use is bigger (
   min-width: 77.5em). In fact, this code is generated in the head section of the
   index and I don’t know how to get rid of it.
    Here’s the code I put in my CSS
   style sheet, but it’s not taken into account :
 *     ```
       .subs2 input[type="submit"] {
       		background-color : #B2B2B2;
       		color : #fff;
       	}
       ```
   
 * (subs2 is the class for the subscribe2 widget)
 * Could somebody help me change the background-color and the color ?
 * Regards,
 * Joaquim.

Viewing 1 replies (of 1 total)

 *  Thread Starter [jdefghi](https://wordpress.org/support/users/jdefghi/)
 * (@jdefghi)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-problem-for-a-widget-submit-button/#post-6521416)
 * Hi, as I didn’t find a solution, I changed for another plugin.

Viewing 1 replies (of 1 total)

The topic ‘CSS problem for a widget submit button’ is closed to new replies.

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [head](https://wordpress.org/support/topic-tag/head/)
 * [index](https://wordpress.org/support/topic-tag/index/)
 * [input](https://wordpress.org/support/topic-tag/input/)
 * [submit](https://wordpress.org/support/topic-tag/submit/)

 * 1 reply
 * 1 participant
 * Last reply from: [jdefghi](https://wordpress.org/support/users/jdefghi/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/css-problem-for-a-widget-submit-button/#post-6521416)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
