Hi All,
I have a custom shopping cart screen and I'm having font size issues. In my header of my custom sc screen I have my reference to my style sheet. I know it can see the css page because the "Your Shopping Cart" is now grey intead of black and arial font (what I stipluated it the style sheet). However, it's not picking up on my font size that's also setup in the style sheet.
Here's what my style sheet says for the .scheader -
}
.scheader {
font-family: Arial;
font-size: 8px;
line-height: 10px;
font-weight: normal;
color: #666666;
text-decoration: none;
}
Here is a sample of how I'm defining it within the cart. This works (except for size of font in the cart) -
<div class="scheader">
[-- ShoppingCartHeader --]
</div>
This only happens in the shopping cart. The rest of the site works fine. The header and footer even work and get it correct in the SC. It's just when I try to make the shopsite tags such as [----SC_ShowBasket---] to work that I have issues. I know it can be done. I've studied other sites using shopsite and they get it to work.
Any help you can give me would be very much appreciated.
Thanks,