• Hi,
    I have tested EVENTS MANAGER free version on my siteweb. All is right but it is impossible to read the number of reserved place selected in the drop-down list.
    This is the same with chrome and edge.
    If i use internet explorer page looks bas but drop-down list appears.
    What coul i do ?
    Would like to improve reservation page with pro version but i think the problem will be the same…
    THnaks for you help
    Alain

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Seems like there’s some styling from woo-commerce that overrides how this looks on your site. Instead of a regular dropdown arrow there’s a background image thing.

    Thread Starter awucher

    (@awucher)

    Hello, in fact by comparing the display on between internet explorer and the others, the icon of the drop-down list is superimposed on the number of the nb ticket of reservation: 0,2,3,4 ect … Instead that this one is placed on the right side… for what reason?
    I don’t have any woocommerce in place on this site. So what CSS to put in place to avoid this? Thanks for your help

    Using inspector this CSS causes this

    select:not(.elementor-field), .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
      -webkit-appearance: none !important;
      -moz-appearance: none;
      background-image: linear-gradient(45deg,transparent 50%,var(--the7-input-color) 50%), linear-gradient(135deg,var(--the7-input-color) 50%,transparent 50%);
      background-position: calc(100% - var(--the7-right-input-padding) - 5px) 50%, calc(100% - var(--the7-right-input-padding)) 50%, 100% 0;
      background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
      background-repeat: no-repeat;

    The appearance: none hides the regular dropdown arrow, while the background image is the superimposed dropdown-arrow. You have to remove or override all of them to make this look normal.

    It might be from Elementor by the look of it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ticket number drop-down list is unreadable’ is closed to new replies.