• I am using Yith proteo theme and on a single product page, the variations are shown as a dropdown menu (select options). Only the first few options are shown and you have to scroll to view the ones below. The scroll bar is not very clear and it is not obvious you need to scroll Is there a way to have the dropdown show all options at once, rather than force people to scroll down?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi you could add a code like this in the custom css section

    .single-product .select2-container--default .select2-results > .select2-results__options {
      max-height: 300px;
    }
    Thread Starter birthzang

    (@birthzang)

    Great this did the trick. many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show all options in product dropdown’ is closed to new replies.