Posted by TikaL13 on August 8, 2011 at 9:59pm
Hello guys,
I'm pretty new to the Omega framework and I finally got my regions to lay out the way I wanted to.
Now the question is... how the heck do I get the framewrok to read my global.css file.
I added a css rule in the global.css file and I get nothing. I'm trying to display a background and i've updated the file and nothing.
In my global.css file:
.body {
background: url("../images/bgr.jpg") repeat fixed 0 0 #D4D5D9;
color: #848587;
font: 14px/1.3em Helvetica,Arial,Tahoma,Sans-serif;
text-shadow: 0 1px 0 #FEFEFE;
}
Comments
Theme settings >> Toggle
Theme settings >> Toggle styles and check Global styles.
Okay I found the problem...
I had
.body
it should have just been
body
I feel dumb. Thanks anyway.