Zen Cart Logo

Attribute text bold

Locked

Views: 1,555

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
29 Jul 2007, 6:47 PM
#1
stormshade avatar

stormshade

Zen Follower

Join Date:
Jun 2007
Posts:
112
Plugin Contributions:
0

Attribute text bold

What code do I add to the stylesheet to make the Attribute value to show up as bold or <strong>? I assume it's in the
/Attributes/ section just not sure what exactly to type

I thought I was clever and just added <strong> when naming the value and although it shows up on the product page the way I want, on the checkout it reads as ATTRIBUTE NAME <strong>ATTRIBUTE VALUE</strong>.
I don't want that :no:

Thanks in advance for any help

29 Jul 2007, 7:06 PM
#2
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Attribute text bold

Stormshade:

What code do I add to the stylesheet to make the Attribute value to show up as bold or <strong>? I assume it's in the
/Attributes/ section just not sure what exactly to type

I thought I was clever and just added <strong> when naming the value and although it shows up on the product page the way I want, on the checkout it reads as ATTRIBUTE NAME <strong>ATTRIBUTE VALUE</strong>.
I don't want that :no:

Thanks in advance for any help

Not sure if this is what you want, but the below code inserted into your stylesheet will make both the drop down menu options bold, and also if you use radio buttons they will also be bold:

.wrapperAttribsOptions select, .wrapperAttribsOptions label{font-weight:bold;}

29 Jul 2007, 8:43 PM
#3
stormshade avatar

stormshade

Zen Follower

Join Date:
Jun 2007
Posts:
112
Plugin Contributions:
0

Re: Attribute text bold

Thankyou!