• I created a new page templates which are listed in the Page Template Drop down box in the WRTIE/PAGE area! That worked, (finally) but now how can you change the background image in each of those templates. In other words, I would like my pages to display different background images.

    Thanks!

    Kathi

Viewing 2 replies - 1 through 2 (of 2 total)
  • Page templates per se don’t have background images.
    Block level elemenents in your html code might have. Change the elements’ name and add bg images in the sidebar.

    (and don’t ask display, design related questions without at least naming your theme; better: provide a link)

    Thread Starter Kathi

    (@kathi)

    Sorry – Link to site is: https://plainlycreativeworks.com/wordpress/

    The theme is: Reds 3.0 by miloIIIIVII

    I found another topic “Theme with multiple headers” at
    https://www.ads-software.com/support/topic/166747?replies=2

    They were discussing what I want to do but I have not received a response yet. I know how to create a page template so that a drop down menu appears in the WRITE/PAGE area of wp – but I don’t know how to make a page template bring up a different header.

    If I create a header1.php file what code do I edit to make wp bring up a different image?

    I tried just replacing reds.jpg with a new name in the css stylesheet but did not call up my new background file. I could not find the file reds.jpg being referenced to by any other file within the theme. What files do I need to edit and how?

    Sure appreciate some light on this subject – or I may have to take a whole different approach on this website so that each page can have a different image behind the logo.

    This is some of the stylesheet code:

    body {
    font-size: 90%;
    font-family: Tahoma, ‘Times New Roman’, Serif;
    color: #fff;
    text-align: left;
    background: #000;
    background-image:url(images/reds.jpg);
    background-repeat: no-repeat;
    background-attachment: top left fixed;
    }
    #header {
    background: transparent;
    height: 0;
    margin:0;
    }

    Thanks
    Kathi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Template Change Image Background’ is closed to new replies.