hello runnign v1.3.8
Having problems with font styles for pricing. can someone pls assist me. trying stylesheets but does not seem to help.
many thanks
www.dealspot.co.za
hello runnign v1.3.8
Having problems with font styles for pricing. can someone pls assist me. trying stylesheets but does not seem to help.
many thanks
www.dealspot.co.za
What is your problem? Can you give more details?
Visit Qacaq.com, your Online Jewelry Store in Malaysia .
Qacaq.com Australia - Your Gemstone Jewelry Store in Australia was launched.
the price and product names are not following stylesheet fonts on the main page...instead they show up as normal font (not bold or colored). tried to rectify but no luck thusfar.
thanks
If I understand the question, try changing font size, etc. here:
.centerBoxContentsProducts, .centerBoxContents, .categoryListBoxContents, .specialsListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .centerBoxContentsBestSellers, .centerBoxContentsNew {
padding-bottom : 0.5em;
padding-top : 0.5em;
border-top : 0.1em dashed #e2e2e2;
border-left : 0.1em dashed #e2e2e2;
border-bottom : 0 dashed #e2e2e2;
margin-right : -0.06em;
margin-left : -0.06em;
}
thanks for that..did the trick..mucho appreciated.
had to add a separate line defining the font size and color:
.centerBoxContentsProducts, .centerBoxContents, .categoryListBoxContents, .specialsListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .centerBoxContentsBestSellers, .centerBoxContentsNew {
font-size : 1.1em;
color : red;
font-weight : 700;
}
etc.
Just noticed something.
I have 2 Zen-Cart sites with the same stylesheets and one of them has the text big enough to foul the alignment of the sideboxes and the test overall is too big.
Compared them side by side with BBedit and even compared every additional stylesheet to make sure that the main one was controlling font size.
Any hints would be appreciated.
Cheers!
v2.2.1