test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • gobabygo Friend
    #119626

    I’d like to darken the color of the text in the main (central) div. Some people have said it’s too light to read comfortably. How do I do that? I tried changing the color in the css file like so:
    body { color: #000000, but if it does darken the titles and such, the text always stays much lighter. How can I change that?

    Thanks!

    Hieu Nguyen Admin
    #217649

    Hi GoBabyGo,

    It’s strange that the color wasn’t darker. Because you should have made the right change…

    body {
    color: #484848;
    background: #FFFFFF;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 150%;
    }

    I don’t know what’s the wrong there, but you may try this:

    #ja-content {
    padding: 0 20px 15px;
    margin: 0;
    clear: both;
    display: block;
    min-height: 300px;
    color: #000000;
    }

    Hope it helps!

    ErikThorsen Friend
    #217659

    Most likely you have done so but also make sure that you either refresh or even clear cache of your browser to make sure that the changes are updated/visible. Providing us with a URL or a screenshot would also make it easier to help out! :p

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  ErikThorsen 17 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum