• I really like the Talian 1.0 theme layout, but I am not crazy about the colors. How difficult is it to change the color combinations? Assuming little if any PHP/CSS/other experience? Anyone know of a (very) similar them but with alternate color scheme?

    Ed

Viewing 1 replies (of 1 total)
  • Ed

    One of the things that you can do is to go into the CSS file (Theme Editor –> Stylesheet) and look for things like this…
    color: #666666;

    This is the code you will change.
    Do not change anything else or remove the pound sign or semicolon.

    You will need a list of colors in hex values. Visibone (do a google search) has a nice chart you can use.

    If you want to make it another color you’d type
    color: #662233;
    or whatever you need.

    Does that make sense?
    If not, let me know and I’ll go into more detail.

    Regards,
    Kirsten

Viewing 1 replies (of 1 total)
  • The topic ‘I really like the Talian 1.0 theme layout, but I am not crazy about the colors..’ is closed to new replies.