Title: style.css problem
Last modified: August 18, 2016

---

# style.css problem

 *  Resolved [kellyputty](https://wordpress.org/support/users/kellyputty/)
 * (@kellyputty)
 * [19 years ago](https://wordpress.org/support/topic/stylecss-problem/)
 * I am using the default theme. I changed the kubrickheader.jpg to my logo w/ w
   =760 and h=110
 * I went through the style.css and made the header parts all the same height and
   width. However all I see is blue at the top even when I comment out colors?
 * Not sure why?
    [http://www.eecf.org/wordpress/](http://www.eecf.org/wordpress/)

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

 *  [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [19 years ago](https://wordpress.org/support/topic/stylecss-problem/#post-569639)
 * hi kellyputty. The WordPress default theme uses `function kubrick_head()`in `
   functions.php` to set the header colors. This function overides the style.css.
 * try commenting the call to <?php wp_head(); ?> in your header.php
 * !better first copy your theme to another directory first because the default 
   theme is the one WordPress falls back to when some template is not found.
 *  Thread Starter [kellyputty](https://wordpress.org/support/users/kellyputty/)
 * (@kellyputty)
 * [19 years ago](https://wordpress.org/support/topic/stylecss-problem/#post-569741)
 * in the themes function.php i commented out the following
 * function kubrick_head() {
    $head = “<style type=’text/css’>\n<!–“; $output = ”;//
   if ( kubrick_header_image() ) { //$url = kubrick_header_image_url() ; //$output.
   = “#header { background: url(‘$url’) no-repeat bottom center; }\n”; //} //if (
   false !== ( $color = kubrick_header_color() ) ) { //$output .= “#headerimg h1
   a, #headerimg h1 a:visited, #headerimg .description { color: $color; }\n”; //}//
   if ( false !== ( $display = kubrick_header_display() ) ) { //$output .= “#headerimg{
   display: $display }\n”; //} $foot = “–></style>\n”; if ( ” != $output ) echo 
   $head . $output . $foot; }
 * //add_action(‘wp_head’, ‘kubrick_head’);
 * function kubrick_header_image() {
    //return apply_filters(‘kubrick_header_image’,
   get_settings(‘kubrick_header_image’)); }
 * That worked! Thanks for the insight.
 *  [vanitybaskets](https://wordpress.org/support/users/vanitybaskets/)
 * (@vanitybaskets)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/stylecss-problem/#post-570060)
 * Ah, this fixed it for me too!
    [VanityBaskets Gift Basket Blog](http://www.vanitybaskets.com/blog/)

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

The topic ‘style.css problem’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [vanitybaskets](https://wordpress.org/support/users/vanitybaskets/)
 * Last activity: [18 years, 6 months ago](https://wordpress.org/support/topic/stylecss-problem/#post-570060)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
