Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2010
    Posts
    61
    Plugin Contributions
    0

    Default Help! How to change Header Bkg Image??

    I have successfully changed the logo here:
    This is where I define my Header logo image wbslogo4.jpg:
    /includes/languages/english/classic/header.php

    I just can not find the file where I define the background image?? I already have it on the server here:

    This is where the index page header background is found:
    /includes/templates/classic/images/header_bg.jpg

    Please advise! Thanks.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Help! How to change Header Bkg Image??


  3. #3
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Help! How to change Header Bkg Image??

    includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height:75px;
    	}

  4. #4
    Join Date
    Feb 2010
    Posts
    61
    Plugin Contributions
    0

    Default Re: Help! How to change Header Bkg Image??

    Thanks so much !! got it

 

 

Similar Threads

  1. v150 How to change header image on non-main pages?
    By Servelan in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 May 2012, 07:20 AM
  2. How do I change header image in emails?
    By Brainteaser in forum General Questions
    Replies: 2
    Last Post: 1 Nov 2010, 07:18 PM
  3. How to Change Header image in Member Registration Email?
    By jeffhardy in forum General Questions
    Replies: 2
    Last Post: 17 Jun 2009, 02:11 PM
  4. How To Change Header Logo To Rotating Image
    By wally in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jun 2008, 03:27 AM
  5. How do I change the category header image?
    By helexia23 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Apr 2008, 11:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg