Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Creating a new <div> to display text over logo

Creating a new <div> to display text over logo

Locked

Views: 1,661

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
7 Mar 2007, 8:51 AM
#1
azwli avatar

azwli

New Zenner

Join Date:
Feb 2007
Posts:
81
Plugin Contributions:
0

Creating a new <div> to display text over logo

Hello, Is it possible to create a new div that would be positioned absolutly over the large logo image in order to have text and linked text in the header area? The site is https://www.expressservicesonline.com/cart
I want it to look like the header I created for https://www.expressservicesonline.com
Where would I add the div?

Thanks,

Jason

7 Mar 2007, 9:16 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Creating a new <div> to display text over logo

/includes/templates/your_template/common/tpl_header.php.
Add your div between <!--bof branding display--> and <!--eof branding display-->.
You will have to decide the exact right place to fit it within that area.

7 Mar 2007, 5:44 PM
#3
azwli avatar

azwli

New Zenner

Join Date:
Feb 2007
Posts:
81
Plugin Contributions:
0

Re: Creating a new <div> to display text over logo

Thank you for the response. That seemed like a great solution. I put the divs after the tagline div and I put the css in /includes/templates/express_template/css.stylsheet.css but saddly:no: there was no effect. I thought it might be a z-index issue, but I dont see z-index used any where and anyway, when I set the div to 500 nothing changed. Do you have any other suggestions?

7 Mar 2007, 6:09 PM
#4
azwli avatar

azwli

New Zenner

Join Date:
Feb 2007
Posts:
81
Plugin Contributions:
0

Re: Creating a new <div> to display text over logo

Actually, I moved it to just below the logo div and it showed up! :yes: Thanks so much for that!