Title: Css not working!
Last modified: August 18, 2016

---

# Css not working!

 *  Uzma
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/)
 * Hi,
    I had a little error in my wp before but a friend of mine helped me fix 
   it. But now my css doesn’t seem to be working. I’ve customized my css but it 
   seems to be not working. [http://twinkle-stars.com/wp/index.php](http://twinkle-stars.com/wp/index.php)
   is my index page of wp but I can’t seem to figure out what the problem is in 
   css. Please help!!!!

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/css-not-working/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/css-not-working/page/2/?output_format=md)

 *  [mattread](https://wordpress.org/support/users/mattread/)
 * (@mattread)
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72711)
 * You have:
    `<style type="text/css" media="screen"> @import url(/wp-layout.css);
   </style> Change to: <style type="text/css" media="screen"> @import url(/wp/wp-
   layout.css ); </style>
 *  Thread Starter Anonymous
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72727)
 * OK, its now working but it got rid of my background of the site. which has nothing
   to do with my wp-layout.css!
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72736)
 * The background is controlled by the css.
    The css controls every aspect of the
   design. What exactly is the problem ?
 *  Thread Starter Anonymous
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72840)
 * The css for my site is [http://twinkke-stars.com/style.css](http://twinkke-stars.com/style.css)
   
   but the css for wp is [http://twinkle-stars.com/wp/wp-layout.css](http://twinkle-stars.com/wp/wp-layout.css)
   and that doesn’t have the background to control cuz style.css should be controlling
   my background for the site. The background was working before I changed the wp-
   layout.css but i didn’t change anything that would get rid of my background.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72841)
 * Well your index.php is only loading wp-layout.css. Period.
 *  Thread Starter Anonymous
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72853)
 * [http://twinkle-stars.com](http://twinkle-stars.com) is supposed to be controled
   by [http://twinkle-stars.com/style.css](http://twinkle-stars.com/style.css) but
   the background image that I havei n my css is not showing up on my site.
    the
   link to my background is [http://twinkle-stars.com/img/jul_bg.gif](http://twinkle-stars.com/img/jul_bg.gif)
   which is the exact link i have in my css but it seems to be not working .
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72858)
 * It seems like you are trying to pull two stylesheets to the one page. Maybe you
   should just combine the two into one document.
 *  Thread Starter Anonymous
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72882)
 * [http://twinkle-stars.com/style.css](http://twinkle-stars.com/style.css) is supposed
   to be for the site not WP. If i combine both of them together, it would mess 
   up my site.
 *  Thread Starter Anonymous
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72883)
 * here is the style.css code for which you said that had no reference to the bg
   image.
    A {font-size:10px; height:1px;font-weight:bold; font-family:tahoma, verdana;
   text-decoration:none;} A {text-decoration: none;} A:link {color:#91692B;} A:visited{
   color:#AA7E38;} A:hover {color:#7B5B29; } } body, { margin-top:0px; margin-left:
   0px; overflow-x:hidden; background-image: url([http://twinkle-stars.com/img/jul_bg.gif](http://twinkle-stars.com/img/jul_bg.gif));
   scrollbar-face-color:#CAA56A; scrollbar-arrow-color:#EBD0A5; scrollbar-track-
   color:#CAA56A; scrollbar-shadow-color:#EBD0A5; scrollbar-highlight-color:#EBD0A5;
   scrollbar-3dlight-color:#CAA56A; scrollbar-darkshadow-color:#EBD0A5; color:#000000;
   font-size:10px; font-family:tahoma, verdana; } td { color:#000000; font-size:
   10px; font-family:tahoma, verdana; }
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72884)
 * There looks to me to me an extra } on line 6 , could that be breaking it?
    The
   bg image is on line 11 of the style.css.
 *  Thread Starter Anonymous
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72886)
 * i took } out and its still not working.
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72887)
 * Here’s a thought, but mine are usually wrong 🙂
    If your bg is only 760×5 and
   you don’t have a call to repeat it, it’s probably hiding behind the giant header
   pic. You need to include a repeat somehow, I would think.
 *  Thread Starter Anonymous
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72888)
 * It was working couple of days ago. It just stopped working when I fixed my wp-
   layout.css file in wp folder.
 *  [mattread](https://wordpress.org/support/users/mattread/)
 * (@mattread)
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72945)
 * You Have:
    `<style type="text/css" media="screen"> @import url(/wp/wp-layout.
   css ); </style> change to: <style type="text/css" media="screen"> @import url(/
   wp/wp-layout.css ); @import url( /style.css ); </style>
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/#post-72958)
 * I said there was no reference to it and I was right. You are causing immense 
   confusion with two different style sheets (CSS). You have the bg in one but are
   calling the other. No need to print the CSS here. We can all read it on your 
   blog. Thanks.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/css-not-working/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/css-not-working/page/2/?output_format=md)

The topic ‘Css not working!’ is closed to new replies.

 * 16 replies
 * 5 participants
 * Last reply from: Anonymous
 * Last activity: [22 years, 1 month ago](https://wordpress.org/support/topic/css-not-working/page/2/#post-72984)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
