Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

I need help with basic edits to the Rounders theme

edited February 2011 in Vanilla 2.0 - 2.8
I love the Rounders theme, but why in the world is the only option that glow in the dark green/yellow color? I'd love to use it as is, but need help simply changing the font color of the header.

Comments

  • lenalena New
    edited March 2011
    In theme/rounder/design/custom.css:
    line 153:
    #Head h1.Title a {
    color: #A2CB2D;
    font-size: 3em;
    }
    and/or/or not ^^
    line 136:
    div#t-right p.intro {
    color: #464748;
    font-size: 1.9em;
    line-height: 1.4em;
    margin: 55px 70px 0 0;
    text-align: left;
    }
    change "A2CB2D" and "464748" to the color you want.

    To choose color: http://www.colorschemer.com/online.html

Sign In or Register to comment.