Beiträge von Patrick Malley

To get rid of the image on the front page:

  1. Open styles_color.css and comment out (/*put these around code*/):

    #header-home .headerimg1 {
    background: url(pix/fall_leaves.jpg) repeat-x bottom left;
  2. Open styles_layout.css and replace:

    #header-home {
    height:265px;
    }


    with:

    #header-home {
    height:112px;
    }

What link are you talking about - the Theme Credits link? Or some other?
Standardlogo uses the "standard" css - the only difference appears to be in the header.html file within the Standardlogo folder.

Therefore, any changes (upgrades, etc.) made to the Standard theme will be reflected in Standardlogo.

In other words, standardlogo and standard have the "equal standing" because they share the same exact files.