Okay
  Public Ticket #1634325
.super-attribute-select opacity 0
Closed

Comments

  • Kipperlenny started the conversation

    On Single product page, the attribute dropdown is missing - it has 

    .super-attribute-select {
    height: 0px !important;
    line-height: 0px !important;
    opacity: 0;
    }

    if I deactivate this CSS rules, the dropdown will show.


  • [deleted] replied

    Dear Kipper,

    Thanks for your ticket, 

    Sorry for the inconvenience, please add the css code to MGS -> Theme settings -> Custom styles:

    .super-attribute-select{height: 40px !importantline-height: 40px !importantopacity: 1}

  • Kipperlenny replied

    works!