Title: Problem with phantom CSS code
Last modified: August 19, 2016

---

# Problem with phantom CSS code

 *  [tylerschuettCEO](https://wordpress.org/support/users/tylerschuettceo/)
 * (@tylerschuettceo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-phantom-css-code/)
 * Hello,
 * I am having trouble with a little bit of CSS styling for the life of me I can’t
   figure out where its coming from. It’s not on any of my style sheets and Firebug
   shows the styling coming in from ‘default’ of which I have no clue how to adjust.
 * The styles are not in my style.css sheet.
 * The effected page is here: [http://zencreativearts.com/category/dribbble/](http://zencreativearts.com/category/dribbble/)
   *
   The styling is in the footer. It’s the links, they’re blue and they should be
   grey.
 * The way it should look is here:
    [http://zencreativearts.com/](http://zencreativearts.com/)*
   Or any of the other pages really. This seems to be my only problem child.
 * Anyones help would be greatly appreciated, and thank you in advance.
 * Tyler Schuett

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-phantom-css-code/#post-1936991)
 * the blue comes from a plugin:
    [http://zencreativearts.com/wp-content/plugins/wp-e-commerce/themes/default/default.css?ver=3.7.59](http://zencreativearts.com/wp-content/plugins/wp-e-commerce/themes/default/default.css?ver=3.7.59)(
   line 654)
 *     ```
       .category a
       {
       color: #0066cc;
       }
       ```
   
 * which by chance interferes with the body_class() output of your category archive
   page which is also `.category`
 * find this style (for the links in the footer; they should be white according 
   to this style) in style.css of your theme:
 *     ```
       .quick-links-li a	{
       	font-family:Arial, Helvetica, sans-serif;
       	font-size: .65em;
       	color:#fff;
       	text-decoration: none;
       	}
       ```
   
 * and add `!important` before the semicolon of the color line.
 * `color:#fff!important;`
 *  Thread Starter [tylerschuettCEO](https://wordpress.org/support/users/tylerschuettceo/)
 * (@tylerschuettceo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-phantom-css-code/#post-1937017)
 * THANK YOU THANK YOU THANK YOU! You’re a rock star.

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

The topic ‘Problem with phantom CSS code’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [tylerschuettCEO](https://wordpress.org/support/users/tylerschuettceo/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/problem-with-phantom-css-code/#post-1937017)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
