Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • johansangberg Friend
    #124013

    Hi

    Thanks for a good template club

    I’ve got problems with the text since it will not go bright with dark background? Text is Black and that’s OK with light Theme but no good with brick theme.

    I’ve noticed that heading H3 change Ok to light color text with black background.

    What’s wrong? Something in other css file?

    Joomla! 1.0.12 Stable
    JFCK Editor (Tested On/Off)
    JA Zebrina template

    Please look her?

    http://test.antracit.se/forum/

    instantinlaw Friend
    #233488

    Hi search your template_css.css for


    {
    color: #cccccc;
    background-color: #121212;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    }

    and replace the hex color #cccccc with what ever hex color you want. If you want the text to be white use #FFFFFF
    Good luck.

    johansangberg Friend
    #233543

    Hi Bill

    Thanks for trying to help!!

    Actually I’m not to good at css (that’s why I by).

    I could not find that exact code


    {
    color: #cccccc;
    background-color: #121212;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    }

    Does this apply to JA_Zebrina templates?

    But I’ve tryeid to change color: #cccccc;
    to color: #FFFFFF at all instances in all CSS Files. Still no effect on the main text, but on many other things for shore.

    Now I’ve spent hours trying to make (main) text white on all the other color templates (with dark background) without success. With light template there is a light background and the black text shows. It’s possible to change all other textcolors except for this in the main area?
    What’s wrong?

    One could expect all the templates included in the by should work”out of the box”? I’ve tried to just use this template the way it’s delivered but the colors are bad from start?

    BR
    Johan

    instantinlaw Friend
    #233579

    Hi,
    I took a look at your site again and your template_css.css has not changed. It is still showing the text color at #cccccc.
    I misquoted before. The code you want to search for is

    body {
    color: #CCCCCC;
    background: #121212;
    font-family: "Lucida Grande", Arial, sans-serif;
    line-height: 1.6;
    }
    body#bd {
    color: #CCCCCC;
    background: #121212;
    }

    It’s really only the body#bd part that will change the text color, but you can change both if you want.
    I also see that your site is loading another css file which may be causing a problem.
    The css file is;
    /smf/Themes/default/style.css?rc2
    It is loading this:


    /* By default (td, body..) use verdana in black. */body, td, th , tr
    {
    color: #000000;
    font-size: small;
    font-family: verdana, sans-serif;
    }

    I don’t know if this is really the problem or not, but it’s worth looking into.
    And finally, Check the settings for the FCK editor mambot. I’ve found that I had to reverse the css settings and then put them back the way they were then save the settings for it to work correctly.
    You can also set a text color in the FCK editor which will over ride the default css file.
    I hope one of these things works for you.
    Good luck

    johansangberg Friend
    #233633

    Yeaa

    My Joomla is bridged with simplemachines forum. I just turned that bridg of and then all looked OK….:D

    I will probobly not bridge Joomla when the new Portal has been finished.

    Thanks for the help!
    //johan

    instantinlaw Friend
    #233636

    Glad I could help. Good luck with the site.

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

This topic contains 6 replies, has 2 voices, and was last updated by  instantinlaw 16 years, 5 months ago.

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