Changed style.css, but my text won't show up. Changed style.css, but my text won't show up.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Changed style.css, but my text won't show up.

Started by saucysarah, August 09, 2005, 10:39:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

saucysarah

I changed my style.css to fit the color scheme I wanted, but the only problem is the font color is the same as the background. All the links show up though.

Below is what is at the top of my style.css


body {
        background: url ("images/bg.gif");
        background-color: #989495;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size : 12px;
        color: #FFFFFF;
        margin: 0px;
}



I highlighted what text I think is what determines the font color. Am I correct?

Any help would be appriciated. Thanks.
-Sarah

Joachim Müller

yes, this determines the font color. The general definition in body later gets overridden in other css classes, e.g. the table cell definitions. Go through your stylesheet for other instances of color:. Post a link to your site for details.

saucysarah


Joachim Müller

what section are you refering to? There are no pics yet, please upload at least one.

saucysarah

Ok, I uploaded an image. But my style.css was changed. It looks completly different than what I had it originally (when I asked the question). I have no idea how to it got changed. I apologize, I can reply to this thread once I have my original style.css up. I can't seem to get it to upload no matter how many times I do it. :-/

Thank-you for replying so quickly. 

saucysarah

My Problem is solved.  ;D   I finally figured it out.