Can drop down boxes for color and sizes for my products be sized larger for ease of reading?
My site maynardstackle.com
Can drop down boxes for color and sizes for my products be sized larger for ease of reading?
My site maynardstackle.com
You could add the red part:
.wrapperAttribsOptions {
margin: 0.3em 0em;
font-size: 1.6em;
}
and add this if you don't want the label as big:
.wrapperAttribsOptions label {
font-size: .8em;
}
Thanks Stevesh
Works perfect, just what I wanted