
Originally Posted by
hollyck
Hi Jade, Thanks for this fabulous template! I've had tons of fun customizing it to match my site and have learned alot.
The 2 questions I have for you are (
www.fussybaby.ca/store)
1. How do I get rid of that little black 'Home' on the home tab?
2. How do I get rid of the shadow on the top left hand side of the 'NavMainSearch' box? The shadow appears to be gone on the right side, but I don't know if or how I did that :)
Thanks so much for all the help you provide...that's phenomenal!
Holly
1. That's not on the home tab, that's the breadcrumb link. I would suggest two things. Change the background color of #navBreadCrumb so it doesn't blend in with the drop down menu. OR, go to your admin, "tools", "layout settings", and either turn of the navBreadCrumb all together, or turn it off for the home page only.
2. Change this:
Code:
#headerWrapperb {
background:#8C5D29 url(../images/shadowRight.png) repeat-y 100% 0;
width:71em;
}
#headerWrapperc {
background:#8C5D29 url(../images/shadowLeft.png) repeat-y 0 0;
width:71em;
}
To this:
Code:
#headerWrapperb {
background:#8C5D29;
width:71em;
}
#headerWrapperc {
background:#8C5D29;
width:71em;
}
Bookmarks