Changing Message Text

Hi,



How do I change message text and text size in the CS-Cart system.

I need to change the following:


  1. My customers supply their shipping information in their

    profiles and I have radio boxes for UPS - ground, second day,

    third day and overnight which state that the charges will be billed

    to the customer’s UPS account. But, it also says free shipping, and

    I cannot find where to change it.



    2)The drop down text on the product page is too small. How do I

    increase the font size and possible remove the “+” sign in front of

    the price?



    Thank you,

    Drew

I just saw the previous post and have found the answer to question 1…



Question two is all that remains.



Drew

Hi,



Any ideas on the following?



“The drop down text on the product page is too small. How do I

increase the font size and possible remove the “+” sign in front of

the price?”



Drew

What skin are you using? In the default skin you need to modify the following in styles.css



.product-list-field input, .product-list-field textarea, .product-list-field select {

font-size: 95%;

}

Great!



That worked.



Best,

Drew

What about the + sign in front of the prices? Any ideas on that?



Drew


[quote name=‘whiplash13’]What skin are you using? In the default skin you need to modify the following in styles.css



.product-list-field input, .product-list-field textarea, .product-list-field select {

font-size: 95%;

}[/QUOTE]

I am still trying to get rid of the + sign on the drop down menu product selection options. I am trying to get it to show the price only if anyone has any experience with this.



Drew

Ok, after a lot if searching, I found the file:



skins/[yourskin]/customer/common_templates/modifier.tpl



I case it comes up in the future.



Best,

Drew