For your ez page spacing add this to your stylesheet and adjust as you want
Code:#navCatTabsWrapper ul a:link { padding: 0em 0em 0em 10em; }
For your ez page spacing add this to your stylesheet and adjust as you want
Code:#navCatTabsWrapper ul a:link { padding: 0em 0em 0em 10em; }
Zen-Venom Get Bitten
I tried the header.php. Couldn't get it to work. When I did this:
[SCR]#logoWrapper {
width:100%;
height:110px;
background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
background-position:center;
text-align:center;
padding-top:5px;
}
[/SCR]
it worked. Don't ask me why, it just did. Probably not the best way, but I tried the header.php file
I don't see that particular section in my CSS. Is it ok to just put it there? I have this:
Should I modify what I have, or just add what you sent?Code:a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover { color: #FF0000; }![]()
I tried the header.php. Couldn't get it to workThis does not say that header_bg is called there...read carefullyOriginally Posted by barco
The stylesheet as you found is correct for header_bg
Zen-Venom Get Bitten
Read carefully:
Originally Posted by KoBra
Zen-Venom Get Bitten
Ok maybe I should read carefully.....you wrote "Currently, there is no way for them to get out of my shopping cart. " I think I see now you want the image clickable and for it to goto the HTML frontpage of your site instead of the default behavior of going to the index page of the cart. right?
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
OK, I am feeling really stupid here. They must not be called the EZ pages links.
Here is the page: http://mistkits.com/cart
They are the * Complete Misting Kit * Misting Components * Gift Certificates
links. Navbar maybe?
Sorry
Barco,
You read correct. There is no direct way for them to leave my cart and go back to my website homepage. I have articles and such there, so I would like to give them a way back.
Last edited by daneh; 31 Dec 2007 at 04:39 AM. Reason: added note to Barco
That would be #navCatTabsWrapper and #navCatTabs in the stylesheet.![]()
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
I looked at your main site and I would seriously consider rolling the main site into the cart and let it handle all of it. You could keep the look of the original site and would not have any session issues if people bounced back and forth between the html part and the store. You would be suprised by what can be done
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Barco,
I actually thought of doing that, but to be honest, I really don't know how to make all those extra pages, links, etc. how to make a sidebox specifically for those articles.
That was my very first website, and I had to learn a little CSS and HTML to do it. I obviously need more learning.
Those links...are they the nav links? I found this:
I think I need to separate those #nav CatTabs out and redefine the padding, correct?Code:#navMain ul, #navSupp ul, #navCatTabs ul { margin: 0; padding: 0.5em 0em; list-style-type: none; text-align: center; line-height: 1.5em; } #navMain ul li, #navSupp ul li, #navCatTabs ul li { display: inline; } #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a { text-decoration: none; padding: 0em 0.5em; margin: 0; color: #3300ff; white-space: nowrap; }
Thanks again for the help....total noob here.