Q: I don't what those 2 tiny ^ and v button showing next to my quantity box. What file do I edit to remove that? I looked in addtocart_form.tpl.php is themes/default/templates/browse/includes folder but I do not see codes responsible for those 2 buttons there.
A1:You can change the quality selection for each product on the Display Options tab - Quantity:
A2:edit theme.css
remove
.inputboxattrib {
float: left;
margin-top: 0px;
vertical-align: middle;
margin-bottom: 2px;
}
.quantitycheckbox {
margin-top: 6px;
vertical-align: middle;
}
< Prev | Next > |
---|