Forums / Templates, Stylesheets, Page Layout / Option Value Price needs styling

Option Value Price needs styling

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
12 Mar 2007, 16:06
#1
utopiaopera avatar

utopiaopera

New Zenner

Join Date:
Mar 2007
Posts:
5
Plugin Contributions:
0

Option Value Price needs styling

Hello.

This is my first post and first Zen project, so I'd just like to say HELLO !!

Mate, these forums are far too vast, they need sorting out big time...
-----------------------------------------

My problem is:

I have a site selling hedges. You can buy the hedges in various sizes, so I have radio button options stating the size and the price options etc...

Thing is though I need the price value to standout alot more by making it larger and bold. I cant locate any kind of CSS class or ID linked to it.

Can anyone offer me any help on how I could do this, - or indeed if it is at all possible???

Many thanks... Matthew...:thumbsup:
12 Mar 2007, 17:32
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Option Value Price needs styling

Post a url to the page in question
14 Mar 2007, 00:53
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Option Value Price needs styling

To start this begins in tpl_product_info_display.php but the attributes information ends up being in tpl_modules_attributes.php and this is a div defined as class=back. So look at your css and search for this back. If there add the following if not add all of this
.back {
font-weight: bold;
}

If you find that this affects too many other things negatively you can change this by adding a div id=??? after the div class=back and then add #??? to your stylesheet.