itsanooray: (Default)
itsanooray ([personal profile] itsanooray) wrote in [community profile] betterdolphin 2012-02-13 02:51 am (UTC)

Hmmm, it's hard for me to say, is there a chance you can paste in an example of what you're changing? Like the menu bar stickied to the bottom, the background color is located here:

.module-navlinks {
background: #84BFC3;
bottom: 0;
color: #F1F2ED;
font-size: 0.7em;
margin: 0 auto;
position: fixed;
width: 100%;
z-index: 100;
}

And say you wanted it to be black instead of blue you would just change it to:

.module-navlinks {
background: #000;
bottom: 0;
color: #F1F2ED;
font-size: 0.7em;
margin: 0 auto;
position: fixed;
width: 100%;
z-index: 100;
}

Is that what you're doing, or?

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting