Fork me on GitHub

Just want to change colors on theme!!  Bottom

  • I am using PixelTwo theme and I just want to change some simple things like the colors of the different boxes (i.e. main menu, login, who's online) but the different things I am changing dont seem to make a difference except for the input boxes and radio buttons!! What do I do? Any help is appreciated!!!
  • Near the top of the theme.php file you'll find a set of variables defining foregraound and background colours so that modules etc knows what colours to use, and they're also used by the theme usually

    For example:

    // These colors used by modules as well
    $bgcolor1 = "#F6F7EB"; // Table foreground color - Light green
    $bgcolor2 = "#B1B78B"; // Table border - Dark green
    $bgcolor3 = "#D9DCC2"; // Medium
    $bgcolor4 = "#E1E4CE"; // Mid greenTheme only.
    $textcolor1 = "#000000";
    $textcolor2 = "#000000";

    The first is general foreground colour, the second a darker background color.. Next two basically the same, I'm not surewhat context.

    Same with the text colours.
    :D
  • 0 users

This list is based on users active over the last 60 minutes.