Thanks very much! Both for the help and the template. We'll keep you in mind for any custom work too.
Printable View
Thanks very much! Both for the help and the template. We'll keep you in mind for any custom work too.
Sorry, two more quick questions.
How do I get the template to be 100% width? Where do I change the background color for the center column?
The design is not liquid. If you go for a wider look, you will need to redesign new header and adjust CSS.Quote:
How do I get the template to be 100% width?
Quote:
Where do I change the
background color for the center column?
Code:/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
}
:laugh: E X A C T L Y ! That's the code you need to CHANGE!Quote:
I tried this but it still shows as a white background.
:blush: Sorry, edit where it is: #contentMainWrapper
Oh wait, I found it. I was looking for an existing background-color tag under #contentMainWrapper When I add one, it works now.
Thanks for the help and sorry for the confusion. :-)
I'm trying to change the link color for links within the product description but it's not working. I've tried changing the color in these fields:
but it doesn't change it.Code:a:link, #navEZPagesTop a:link, #categoriesContent a:link, .sideBoxContent a:link, #navMain a:link, #informationContent a:link, #navSuppWrapper a:link, #siteinfoLegal a:link {
color: #F1EDE7;
text-decoration: none;
}
a:link, #navEZPagesTOC ul li a:link {
color: #63859D;
text-decoration: none;
}
TIA