Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Header image instead of text in centre boxes

    Hi

    I have tried to find out the answer to this but so far no luck.

    I have followed the instructions in the FAQ to change side box headers from stock to images but I can't find out how to make same changes to the centre boxes - such as 'New products for....' or 'Featured Products' etc. Also the top area where it says LOGIN and HOME!

    Please can somebody point me in the right direction.

    Site URL if it helps is http://www.bubblesandwax.com - still WIP!

    Cheers

    Rob
    Last edited by robsnowden; 1 Feb 2008 at 01:31 AM.
    if elephants could fly, I'd be a little more optimistic....

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

    Default Re: Header image instead of text in centre boxes

    .centerBoxHeading or maybe h2 .centerBoxHeading

    Top:
    #navMainWrapper
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Re: Header image instead of text in centre boxes

    Thanks for your reply but as a novice (trying to be an expert - lol) I am not sure what to do and would appreciate spoon feeding with how to go about this.

    Thanks again

    Rob
    if elephants could fly, I'd be a little more optimistic....

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

    Default Re: Header image instead of text in centre boxes

    Where you have:
    Code:
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: #ffffff;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    Apply similar entries to your:
    #navMainWrapper

    and:
    .centerBoxHeading

    But looking closer it appears that you are aleady doing this and I can not remotely determine why they are not displaying...
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Dec 2006
    Location
    Northwest Connecticut
    Posts
    87
    Plugin Contributions
    0

    Default Re: Header image instead of text in centre boxes

    Hi, This is an older post, but it is exactly what I am trying to do and can't find the answer for, I've looked throughout the forum....

    I'd like to use an image instead of the Featured Products heading in the center column. I've seen other zen carts that have done this, but can't figure out how to do this. I've looked through english.php, but still can't figure it out.

    Are there instructions somewhere on the forum that I am now seeing? Thanks in advance... Helen

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

    Default Re: Header image instead of text in centre boxes

    Quote Originally Posted by HelenSama
    I'd like to use an image instead of the Featured Products heading in the center column.
    Find in your copy of the stylesheet.css this and maybe seperate out the center - check the current image tile_back(a tile) that is repeated and either enter your image or rename your image to tile_back
    Code:
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    To maybe look like:
    Code:
    .centerBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/your_image.gif);
    	padding: 0.5em 0.2em;
    	}
    .leftBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Dec 2006
    Location
    Northwest Connecticut
    Posts
    87
    Plugin Contributions
    0

    Default Re: Header image instead of text in centre boxes

    Hi,

    Thanks to kobra for your suggestion...and have just tried it out, but it is ending up as a background image.

    Maybe I should send some specifics.... The zen cart I am customizing is here: http://johnnycakebooks.com/index.php. I am using the Featured products as New arrivals. I can't use the New Products in this case because the Store Owner needs to pick and choose what will appear as New Arrivals. I successfully have New Arrivals showing up in the left hand column as you will see, but in the center colum instead of having Featured Products showing up I either want to use an image in place of that heading or it occurs to me now if I could change the heading to New ARrivals, cimilar to what I have done in the left hand column, that would be fine too...

    Helen

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

    Default Re: Header image instead of text in centre boxes

    Followed your link and it looks like you have renamed this to "New Arrivals"
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Can't centre Header image.
    By garwak in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Oct 2011, 12:23 PM
  2. centre header text
    By maxy007 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 14 Jan 2011, 02:23 AM
  3. image in the centre instead of intro
    By Xbox Memberships in forum Basic Configuration
    Replies: 5
    Last Post: 6 Mar 2010, 05:42 PM
  4. Making header background image higher without being hidden behind centre of website
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Apr 2009, 04:36 PM
  5. centre text under subcategorie image
    By satguy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jul 2008, 03:42 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