I need to know a couple more things for template 12541:
1. How do I center the Top EZ Pages Links that are in the green header?2. How do I change the product text color from blue?
Thanks All,
Nick
I need to know a couple more things for template 12541:
1. How do I center the Top EZ Pages Links that are in the green header?2. How do I change the product text color from blue?
Thanks All,
Nick
the only way i know centering top links ..
locate this code in your stylesheet.css
#navEZPagesTop {stylesheet.css (line 225)
float:right;
padding-right:75px;
}
add the code in red to the rule.
thanks so much... i would never survive without these forums!!!
Chance are that i might be wrong when supplying you with codes. so , do always have a back up of your origianl files on your harddrive ..
you can change the px value of padding-right to get it exactly where you want those link to position.
again. always back up . im not pro at css .
The ez-pages bar was annoyingly complicated to center, when it should have been dead simple. (Probably due in part to the multiplicity of major stylesheets in TM templates, as well as the non-standard divs, ids & classes added.) At any rate, find in your stylesheet.css:and change toCode:#navEZPagesTop { }"larger image" link color:Code:#navEZPagesTop {text-align: center; } #navEZPagesTop li {float: none; display: inline; line-height: 4em; }
stylesheet_main.css (line 155)
#productMainImage a, #reviewsInfoDefaultProductImage a, #productReviewsDefaultProductImage a, #reviewWriteMainImage a {
color:#00C3FB;
font-weight:bold;
text-decoration:none;
}
prices color:
stylesheet.css (line 510)
.normalprice {
color:#00C3FB;
font-size:13px;
font-weight:bold;
line-height:1.51em;
text-decoration:line-through;
}
stylesheet.css (line 514)
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
color:#00C3FB;
font-size:13px;
font-weight:bold;
line-height:normal;
}
i also don't know what text editor you are using , because i just noticed a bom character in your stylesheet. you may want to be very careful with this type of editors .
I am having problems with this template too.
Can anyone lend me a helping hand?