close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Cannot see text in quantity box

Thread began 10/06/2014 9:29 am by mousework50137 | Last modified 10/06/2014 11:59 am by Jason Byrnes | 1195 views | 7 replies |

mousework50137

Cannot see text in quantity box

Hi
Added my first product to the store but cant see the text in the quantity field on the products detail page or shopping cart as text appears to be white in a white cell.

How can I change the colour of the text appearing in these cells,

see

http://weavingmachinery.co.uk/products_detail.php?ProductID=1

Thanks for anticipated help

Sign in to reply to this post

Jason ByrnesWebAssist

http://weavingmachinery.co.uk/webassist/themes/Weaving%20Machinery/css/default_styles.css

edit:
.productDetailWrapper .addToCart form input#WA_Store_Cart_1_Quantity_Add {
font-size:11px;
padding:5px;
width:40px;
}

to:
.productDetailWrapper .addToCart form input#WA_Store_Cart_1_Quantity_Add {
font-size:11px;
padding:5px;
width:40px;
color: #000000;
}

Sign in to reply to this post

mousework50137

Thanks Jason,

That sorted the detail page but not the cart where the quantity field still has white text,

AND (Sorry)

Just noticed that the text in the categories box is also white and can't be seen.

If you go to www.weavingmachinery.co.uk, then select Drills from the products you will see what I mean.

Is this a quick fix also?

Sign in to reply to this post

Jason ByrnesWebAssist

in the default css, you have the base color defaulting to white:

body, h1, h2, h3, h4, h5, h6, p, #cssmw, dl, dt, dd, form, input {
color: #ffffff;
}


you can change the base color there, or edit the following selector:
.contentBox .productResultsWrapper .description {
margin-bottom: 5px;
min-height: 25px;
}

to change only the description.


you can use firebug:
http://www.webassist.com/tutorials/Using-Firebug

to inspect elements on your page and find CSS that is effecting them, that is what I am using to find these for you.

Sign in to reply to this post

mousework50137

Hi jason
I have changed

}
.contentBox .productResultsWrapper .description {
margin-bottom:5px;
min-height:25px;
}

to


}
.contentBox .productResultsWrapper .description {
margin-bottom:5px;
min-height:25px;
color:#000000;
}

but text is still white,
Feeling a little bit of a numpty, what am I doing wrong?
I used firebug and it said change line 375 in the default_styles.css

I don't want to loose the white out text on the home page inside the three pods

Sign in to reply to this post

Jason ByrnesWebAssist

try creating a new selector as:

.contentBox .productResultsWrapper .description p {
color:#000000;
}

Sign in to reply to this post

mousework50137

Thank you so much,
sorted.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...