setting te css for C5 ecommerce add-on

Permalink
I have asked this b4 and no answers yet hope someone especially from the development team can help me

I am also using the Featurist Theme

I need to change some of the layout issues for the C5 ecommerce add-on

Specifically
1) the width sizing of the displaued TEXT BOX for customer chloices. that my clients would enter their info
2) the vertical spacing between the various input boxes and other customer choice options displayed, they seem almost on top of each other.
3) changing the existing customer choice instruction type to a more bolder appearance. Make it stand out more so it can be seen.
4) to maybe change the type collor and bold for the contents of the add to cart button

I am selling services that require my clients to enter text and of select info so I can perform their service.

I am not wanting to chage the featurist theme BC my website is set. and hoping the theme is not in some way over-riding the ecommerce add-on CSS.

Can anyone help. I need to get some ideas asap.

thx

http://buzzmasters.net/store-2/yellow-pages-usa-product/...


the page link for viewing a sample product is above

blackadder
 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
On line 491 of your featurist main.css file you have this
padding: 3px;
color: #666;
font-family: Arial;

Try this
padding: 3px;
color: #666;
font-family: Arial;
width: 250px; /* adjust to suit */
margin: 10px; /* adjust to suit */

If you don't want to edit your theme css file, you can inline the box styles by editing the ecommerce fields directly.
I don't have a copy of ecommerce to test this for you though.
blackadder replied on at Permalink Reply
blackadder
Hi guys

Worked super

was able to set the width and separation and changed the text font to Verdana, size to 1.25 ems and color to #033

my type is clearer and darker
my add to cat button really stands out and looks great.

There does not seem to be any affect yet on any of my theme pages.
but still need to place contact and otherr input forms so will see.

But my need to improve the ecommerce is primary

Thx a bunch
blackadder
blackadder replied on at Permalink Reply
blackadder
Hi
thx for the help on sizing etc. entry boes etc looking great.

BUT

I still want to im prove the color and bold of the text describing each entry.

I have experimented several ways to sunday for this, but it must have an over-riding CSS somewhere I can not locate.

I do not want to affect any other text except the text for entry desc.

please see product page example URL

http://buzzmasters.net/store/yellow-pages-usa/...

I was able to change size but NOT bold/color on the order button?????

always something. don't you just love computers and programming.

thx
Mike