I still see an extra </div> after the logo section, and a missing one after the drop menu.
Printable View
Thanks!! That did the trick.... I missed the shadow on the right of their content_bg.gif lol
I might be back later to ask few more questions if thats ok... :)
BTW Can you comment on www.pavs.biz/showcase , Its empty now but waiting for the design to be finished before I add any products
Nrupesh
Jettrue - sick of me yet? :blink:
I've had a few suggestions on the site I'm building with your template.
First: "the black category words above your drop down menu is very hard to read". Also at the top the Home/Log In is hard to read.
Second: "rollover text colors do need to be reconsidered - including category flyouts". And they mean it: "The rollovers need work as well"
Can you tell me which files need to be addressed to change the font colors?
Thanks!
http://charmsandmore.charmedbytina.com
You would do that in the css.
#navCatTabsWrapper a:link, #navMainWrapper a:link {color:#ffffff;}
#navCatTabsWrapper a:hover, #navMainWrapper a:hover {color:#ffffff;}
#navCatTabsWrapper a:visited, #navMainWrapper a:visited {color:#ffffff;}
The category rollovers for the dropdown menu are in the stylesheet_header_menu.css stylesheet, and to change the link colors for the site in general, you would do that with this section:
a:link {
color:#4f4f4f; /*site links color */
text-decoration:none;
}
a:visited {
text-decoration:none;
color:#313131;
}
a:hover {
color:#000000; /* color when links are hovered over */
text-decoration:none;
}
As always - speedy response and right on with the answers!
THANKS A MILLION!
:clap:
Jade, is it there now? I moved the </div> down to the bottom of the file and it turned my logo into a white slit. I tried moving it to other places and still the same thing. My site is also still screwed up in Firefox, any other ideas?
I also have one other question, I noticed that charmedbytina.com is fluid, can AppleZen be fluid also? If so how can I do that?
Thanks for your help!
I would like to remove the Gift Certificate FAQ link in the INFROMATION pull down menu. I commented it out of the headermenu.php but it is still there.
I really want to remove all references to Gift Certificates. Can this entire process be disabled? Discount coupons are okay to keep, however, if it is easier to eliminate both, it won't break my heart.
Any help would be appreciated.
I couldn't figure out how to delet the previous message. I found the answer using search. The answer was to simply turn off the Gift Certificate Module. I hope that remove all reference to Gift Certificates.
Sorry for the unnecessary post.
Jade:
I noticed that there is a leading space in front of the Store name on the Contact Us page. I checked the other sites that are using your template and all of them have the leading space.
I searched for but could not find the appropriate file to remove the space. I thought it would be the includes/languages/english/contact_us.php file but no luck there.
Got a fix?