Page 1 of 1

An easy one for you guys

Posted: Thu Apr 22, 2010 8:07 pm
by iffautomation
Sorry I'm a newbie to customizing and I'm trying to make the our price stand out a little more.
I've already added the following to my style.css but I'm thinking I need to add some code to another page.
I've got it to work once before this way but I've forgotten since then.
Any help would be appriciated.


.priceLabel
{
color: Red; font-weight: bold; font-size: medium;
}

.buyProductDialogPriceLabel
{
color: Red; font-weight: bold; font-size: medium;
}

Re: An easy one for you guys

Posted: Fri Apr 23, 2010 2:50 pm
by Shopping Cart Admin
Hello,

In The ConLib directory locate BuyProductDialog.aspx, find the following line and add your class.

<uc:ProductPrice ID="OurPrice" runat="server" EnableDefaultKitProducts="false" />

Re: An easy one for you guys

Posted: Fri Apr 23, 2010 3:25 pm
by iffautomation
Thanks for jogging my brain. I got it working. Thanks for the help.