Quote Originally Posted by exoticcorpse View Post
Not sure what you're trying to do exactly, but it might be an idea to put div tags around the price and then set the CSS to display:none to stop the price from displaying but still allow the calculations to work correctly...?
Hi exoticcorpse

I spent ages trying to add a tag around the price. I finally did (i used an em tag), but then realised that css has no affect on tags inside the option tag.

The below css has no affect

#productinfoBody #productAttributes select option em {
display: none;
background-color: white;
}

I didn't know that before :-(