Hi
I would like to change the font size and colour of the line of text below "Your Shopping Cart Contents"
please can anyone point me in the right direction
thanks
Derek
Hi
I would like to change the font size and colour of the line of text below "Your Shopping Cart Contents"
please can anyone point me in the right direction
thanks
Derek
You would style #cartInstructionsDisplay in the stylesheet.
Many thanks stevesh
#cartInstructionsDisplay {
color: #00ffff;
font-weight: bold;
font-size: 1.5em;
}
- that's sorted it!
Derek