Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • agencypoint Friend
    #152040

    I am trying to find the default color used for the text in the modules assigned to user 10-13 and the module header text.

    It is a light grey (#cccccc) and I cannot find where it gets the default coloring from; I can change it in firebug but I still cannot find the actual css file for a more permanent change.

    sample: http://www.serverviews.com

    I would greatly appreciate any help here,

    Cheers,
    –Tone

    uniquebiz Friend
    #348001

    Hi Tone
    only two instances of that hex in the template.css file both relate to modules 🙂

    line 1399
    #ja-botsl2 .ja-moduletable h3 {
    border-bottom: 1px solid #2e2e2e;
    color: #ccc;
    padding-bottom: 5px;
    font-size: 125%;
    margin-bottom: 10px;
    text-transform: none;
    text-shadow: none;
    }

    and line 1432

    #ja-botsl2 #form-login-password .inputbox {
    background: #333;
    border: 1px solid #111;
    color: #ccc;
    font-weight: normal;
    }

    Change the red highlight to what you want ( in HEX if all values are the same I.E ffffff or 000000 you can shorthand to just 3 instances instead of 6) in case you didn’t know, The one you’re after is probably the first one
    Blessings Shannon

    agencypoint Friend
    #348090

    Thanks budd,

    Actually the code was in the color css (in my case orange.css) but I was not aware of the 3 values equal shorthand, thank you for the quick lesson. 🙂

    –Tone

    uniquebiz Friend
    #348120

    Ahh I never thought to ask if you were using a colour other than the default 🙂 I assumed

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

This topic contains 4 replies, has 2 voices, and was last updated by  uniquebiz 14 years, 5 months ago.

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