Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change the Attribute Text Size

Change the Attribute Text Size

Locked

Views: 1,553

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Jun 2008, 7:10 PM
#1
eddie90000 avatar

eddie90000

New Zenner

Join Date:
May 2008
Posts:
17
Plugin Contributions:
0

Change the Attribute Text Size

http://www.beerants.com/zencart/index.php?main_page=product_info&cPath=0&products_id=1

On the above page I would like to change the text size of:

"Please Choose:
Beerants MugWith Ants ( +$37.95 )
Without Ants ( +$32.95 )"

How do I do that, I can't find it in the .css file, and I searched for an answer in these forums, but I couldn't find one.

19 Jun 2008, 7:44 PM
#2
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Change the Attribute Text Size

Add this to your stylesheet:

#productAttributes {
font-size: 1.5em;
}

Also, I recommend using FireFox with the Web Developer add-on :smile:

19 Jun 2008, 8:08 PM
#3
eddie90000 avatar

eddie90000

New Zenner

Join Date:
May 2008
Posts:
17
Plugin Contributions:
0

Re: Change the Attribute Text Size

Thanks a lot, works perfect.

19 Jun 2008, 8:10 PM
#4
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Change the Attribute Text Size

Glad to help