Did you replace the tpl_drop_menu.php with the original?
Printable View
Almost done! :clap:
I would like to change a few colors, can you point me to the correct files?
What is that bar called that shows my EZ Page links?
What is the name of the bar that shows New Products and Featured Products?
Last, but not least - how do I change the colors on the shipping estimator block?
http://charmsandmore.charmedbytina.com
Thanks again!
Hi There,
All colors are changed in css files. To find out what those tags are, you can right click on your page, and click "View Source". Find the section you are looking to adjust, and look for the nearest div name. You'll see that the ezpage bar (though you have nothing in the ezpages) is this: navEZPagesTopWrapper. Your categories bar is:
navCatTabsWrapper. You'll see the header bar for New Products is:
<h2 class="centerBoxHeading">New Products For July</h2> and the background for the whole New Products section would be: centerBoxWrapper
If the tag is like this: class="centerBoxHeading", then in the css you would use a dot before the tag: .centerBoxHeading. If the tag is like this id="navCatTabsWrapper, you would use the pound sign before the tag: #navCatTabsWrapper.
.shippingEstimatorWrapper controls the shipping estimator section.
Just a suggestion...
I found a free program called DiffDaff which is a wonderful little program that compares files. If you can search the files for the SAMPLE TEXT that appears in your version and get a virgin copy of the appropriate zencart and/or applezen files, it should be easy to find the problem.
For what its worth.
http://www.diffdaff.com/
Hi all,
I'm trying arrange the Login Header and Search Header boxes to the right of my logo and having trouble with it. I've managed to get everything in the correct sections of the header wrapper, but somehow I've got the navMain and Login Header divs way off to the right of the screen. I'd like their right sides to be lined up with the right side of the shop.
I've tried lots of things to get them back over where they need to be, but I was working on it late last night and can't figure out now what I might have done.:wacko:
Here's a link www.gammagrah.com/store/
and I've attached my tpl_header.php
I'd appreciate any help. Thanks.
Thanks. That fixed it.
Maybe you could help with another header tweak. I'd really like for the logo to start at the top of the page. Right now, it starts below the navMain div. How can I get them to align evenly? This is another thing I've played with for a while. I've messed with the stylesheet and rearranged the tpl with no luck, so far.