Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Please Help.. easy fix??

Please Help.. easy fix??

Locked

Views: 733

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
25 Mar 2010, 12:12 AM
#1
kashalp avatar

kashalp

New Zenner

Join Date:
Mar 2010
Posts:
4
Plugin Contributions:
0

Please Help.. easy fix??

Zen Cart 1.3.8a
Template bought from template monster
URL: http://soldier-gear.ca/shop

Hey guys,

If you look at my site you'll see "New Products" left sidebar. Can someone please help me so those products are displayed like the "Specials" on the right?

Id like to add the fancy rounded box around the new products and change the font from the almost invisable black tot he nice tan color like in "specials"

thank you... :frusty:

25 Mar 2010, 1:05 AM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Please Help.. easy fix??

to change font color from black look in your stylesheet for

#whatsnew .box-body a {
color:#D1D0B1;
font-size:12px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

replace with color marked in red.

to make your whats new box look like special . i suggest using firefox browser with firebug plugin to find correct CSS rule and copy it from Special to whats new .. the HTML structure are there , but missing rules in CSS that is not displaying your box . you can also ask template vendor to fix this issue for you .

25 Mar 2010, 10:03 AM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Please Help.. easy fix??

You should be able to copy the css statement from #specials .box-head and paste it to a new statement called #whatsnew .box-head

You may have to fiddle with the padding or margins a little.