Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter maltewestedt

    (@maltewestedt)

    Sorry im new to wordpress they say repalce: <body <?php body_class(); ?>>
    ((it did look like that in my header.php file)) with: <body <?php if (function_exists(‘body_class’)) body_class(); ?>> then Then change your CSS to: #header {
    background-color:#73a0c5;
    background-image:url(images/header.jpg;
    background_repeat:no-repeat;
    background-position:left top;
    }

    all done now i dont know what to do with:

    body.category #header url{background-image:url(images/header2.jpg;}

    i dont know where to put it in the header.php file under the

    <body <?php if (function_exists(‘body_class’)) body_class(); ?>>

    ??? or in wordpress/wp-admin > pages and add the code to the pages there?? thanks alot

    all done now i dont know what to do with:
    body.category #header url{background-image:url(images/header2.jpg;}

    Add it to your theme’s stylesheet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different Header/Widgets for different pages’ is closed to new replies.