Title: Constructor theme &#8211; colours
Last modified: August 19, 2016

---

# Constructor theme – colours

 *  [jfb57](https://wordpress.org/support/users/jfb57/)
 * (@jfb57)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/constructor-theme-colours/)
 * I have uploaded Constructor & have added a header & a couple of links on the 
   side bar. My colour scheme has a dark green background. Unfortunately, the comments
   box is also dark green! How do I disable the bground colour here. Aslo I put 
   an archive in & the drop down box with the months is also dark green! I don’t
   want to have to change the colour scheme if possible. HELP

Viewing 1 replies (of 1 total)

 *  [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/constructor-theme-colours/#post-1635676)
 * Hi, you should be change background color manually, found needed element in HTML(
   use firebug plugin for firefox or similar) and change style on CSS tab.
 * For example, comment box has id=”comment”, then CSS is next:
 *     ```
       #comment {
           background-color:#fff;
       }
       #comment:focus {
           background-color:#fff;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Constructor theme – colours’ is closed to new replies.

## Tags

 * [colours](https://wordpress.org/support/topic-tag/colours/)
 * [comments box](https://wordpress.org/support/topic-tag/comments-box/)

 * 1 reply
 * 2 participants
 * Last reply from: [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/constructor-theme-colours/#post-1635676)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
