We want to change lcolour of price in product detail page and size eg. Bold also we have what to make title bold aswell , we also have space which has a little envelope for emails to friend how can we ad facebook onto that line?
Hope you can help
We want to change lcolour of price in product detail page and size eg. Bold also we have what to make title bold aswell , we also have space which has a little envelope for emails to friend how can we ad facebook onto that line?
Hope you can help
Hi,
I am facig the same problem.
if you have solution, please share it.
Thanks
Abdul
Try adding the following to your CSS and change the color, font and size settings:
.ProductNameText
{
color: #4D4D4D;
font-family: arial,sans-serif;
font-size: 12pt;
font-weight: bold;
}
This will change the price also:
.VariantPrice
{
color: #C2000C;
font-family: arial,sans-serif;
font-size: 12pt;
font-weight: bold;
}