Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormr hubby
    • CommentTimeFeb 19th 2009
     
    Hi I have tried to change the color of these 2 elements. but the change appears to be inefective any ideas?

    I have also viewed most of the font based posting on this site

    thx in advance
    •  
      CommentAuthorkimparsell
    • CommentTimeFeb 19th 2009 edited
     
    The wrapper colors are controlled in #wrapper in the stylesheet:

    #wrapper
    {
    font-family:"Lucida Sans",Verdana,"Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
    font-size:76%;
    width:750px;
    text-align:left;
    border:4px solid #8E9687;
    background:#fff;

    margin:0 auto;
    padding:25px;
    }

    The color of the h2 tag is controlled by .date in the stylesheet:

    .date
    {
    font-size:1.4em;
    text-align:center;
    color:#A0B7C9;
    }