• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 19.11.21, 01:47
  • Opened by: Thomas Ullrich
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22626 - How can I amend or disable the size dropdown box in the product grid?

In my product grid I do have a disturbing size dropdown box. See attached. This is destroying the look. I would either change it to fixed available size display like ‘s m l’ or drop it completely. Where and how can I do that? CSS?

Thank you for your support.

Attachments:

product grid dropdown field.j... (107.5 KiB)

Comments

Fred 19 Nov 2021, 20:44

There is no such element in the Alysum theme.
You need to use Custom CSS to modify it’s view
For example this one

#products .variantsProductWrapper .form-control-select {
 height: 2rem;
 line-height: 1.25em;
 padding-top: 5px;
 padding-bottom: 5px;
}
Thomas Ullrich 25 Nov 2021, 01:16

that helps, thank you. can I use the same for amp pages?

Fred 25 Nov 2021, 09:47

No, AMP has it’s own CSS styles, but should be similar